This repository contains a collection of beginner to intermediate level Python projects for learning and practice. Each project is self-contained and demonstrates the use of different Python concepts.
- calculator.py – A basic arithmetic calculator.
- ccg.py – Color Choice Game using random module.
- hangman.py – Classic Hangman word guessing game.
- hangman_guessing_words.py – Word list used in the hangman game.
- hangman_lives.py – Hangman game with limited lives.
- quiz.py – A quiz game that loads questions from a JSON file.
- ranpwd.py – Random password generator.
- speedtype.py – Typing speed test application.
- todolist.py – A simple to-do list manager.
- weather.py – Weather app using an API to get real-time weather updates.
-
Clone the repository:
git clone https://github.com/Yateeshapappala/Python-Projects.git cd Python-Projects -
Run any Python file:
python filename.py
Make sure you have Python installed on your system.