Skip to content

Interactive CLI tool for solving programming challenges. Real-time code execution and test case evaluation.

License

Notifications You must be signed in to change notification settings

Aksgo/cli-coding-platform

Repository files navigation

💻 Code-and-Learn-in-Python

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

📋 Requirements

Tool Version
Python 3.x
MySQL 8.1.0

📦 Required Libraries

S.No Library
1 os
2 mysql.connector
3 csv
4 getpass
5 importlib

🚀 Getting Started

  1. Open the AuthMenu.py file.
  2. Set your MySQL password in the variable:
    sqlp = "your_mysql_password"
  3. Run the init.py file to start the application.

About

Interactive CLI tool for solving programming challenges. Real-time code execution and test case evaluation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages