Here are some python projects that helped me in learning python and use it in real time. You can build these projects to clear your concepts and understand how python is being used in the real time, and then move for advance python projects such AI or ML.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python >= 3.10.x
- Clone the repository to your local machine
git clone https://github.com/sharma-rakshit/python-mini-projects.git
- Change directory into the cloned repository
cd python-mini-projects/<Project_name>
- Install the required libraries
pip install -r requirements.txt
- Run the program using
python3 <script_name>.py