Kabhishek18 / python_project

A collection of python projection beginner to master
The Unlicense
5 stars 2 forks source link

Python Project Collection 📝

A collection of python project beginner to master

Get Started With Python🚀

Run Locally

Clone the project

  git clone https://github.com/Kabhishek18/python_project.git

Go to the project directory

  cd python_project

Create environment

    python -m venv env

Install requirements for environment

pip install -r requirements.txt

Activate the virtual environment

For Window

   env\Scripts\activate  

For Ubuntu| Linux Machine

   env\Scripts\activate  

Table of contents

  1. Beginners
    1. Dice_rolling_simulator
    2. Guess_the_number_game
    3. Hangman Game
    4. Mad Library Generator
    5. Password Generator
    6. Rock Paper Scissor Game
    7. Simple Calculator
    8. Tic Tac Toe Game
    9. Url Shortner (Bitly)
    10. Weather App
  2. Intermediate
  3. Advanced
  4. Tutorial
  5. Object Oriented
  6. Mini Projects