An interactive CLI based Python learning platform where users can:
- Solve 15 sets of programming problems
- Track progress based on stars and levels. Access the next level of question by completing the previous level and earn a star.
- Check Solution based on Test Case
- Experience secure authentication and encrypted password management
Tool | Version |
---|---|
Python | 3.x |
MySQL | 8.1.0 |
S.No | Library |
---|---|
1 | os |
2 | mysql.connector |
3 | csv |
4 | getpass |
5 | importlib |
- Open the
AuthMenu.py
file. - Set your MySQL password in the variable:
sqlp = "your_mysql_password"
- Run the init.py file to start the application.