Skip to content

Ashutoshkvdlw123/codingbat-exercise-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codingbat Practice Generator


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.

How to use


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.

About

A simple python script that allows you to solve the python coding exercises from codingbat.com/python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages