This simple script allows you to generate all the necessary python files for practicing python beginner level problems. It creates a directory called "codingbat-practice" in your Current Working Directory which contains all the exercise coding problems.
Just run
$ pip install -r requirements.txt
in a terminal in the project directory. After that just the run the script by running
$ python creator.py
This will create a directory called "codingbat-practice" which contains all the python files.