Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.04 KB

File metadata and controls

37 lines (28 loc) · 1.04 KB

Python-Mini-Projects

Description

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.


Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python >= 3.10.x

Installing

  1. Clone the repository to your local machine
    git clone https://github.com/sharma-rakshit/python-mini-projects.git
  2. Change directory into the cloned repository
    cd python-mini-projects/<Project_name>
  3. Install the required libraries
    pip install -r requirements.txt
  4. Run the program using
    python3 <script_name>.py

🎉 😃 Kudos! 😃 🎉

Rakshit Sharma