Skip to content

A collection of small Python projects for learning and practice. Includes games, utilities, and mini apps built with Python.

Notifications You must be signed in to change notification settings

Yateeshapappala/Python-Projects

Repository files navigation

Python Projects

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.

Projects Included

  • 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.

How to Run

  1. Clone the repository:

    git clone https://github.com/Yateeshapappala/Python-Projects.git
    cd Python-Projects
    
    
  2. Run any Python file:

    python filename.py

Make sure you have Python installed on your system.

About

A collection of small Python projects for learning and practice. Includes games, utilities, and mini apps built with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages