An open API service indexing awesome lists of open source software.

https://github.com/ankitpoddar07/python-projects

Welcome to my collection of **Python projects**! This repo contains various **games**, **utilities**, and **scripts** built using: - 🐍 Python - 🖼 Tkinter (GUI) - 🎮 Pygame - 🗃 SQLite
https://github.com/ankitpoddar07/python-projects

modules python sqlite

Last synced: about 2 months ago
JSON representation

Welcome to my collection of **Python projects**! This repo contains various **games**, **utilities**, and **scripts** built using: - 🐍 Python - 🖼 Tkinter (GUI) - 🎮 Pygame - 🗃 SQLite

Awesome Lists containing this project

README

          

# Ankit's Python 🐍 Projects

Welcome to my collection of **Python projects**!
This repo contains various **games**, **utilities**, and **scripts** built using:

- 🐍 Python
- 🖼 Tkinter (GUI)
- 🎮 Pygame
- 🗃 SQLiteis repo contains various games, utilities, and scripts built using Python, Tkinter, Pygame, and SQLite.

## 📁 Project Structure

ankitpoddar07-python-projects/ ├── Games │ ├── snake-Game.py │ ├── tetris-Game.py │ ├── egg-catcher-Game.py │ └── ... ├── Utilities │ ├── email-sender.py │ ├── phonebook.py │ ├── wifi-password.py │ └── ... ├── Databases │ ├── billing_database.db │ └── parking_system.db ├── slot-machine-game/ │ ├── README.md │ ├── requirements.txt │ └── src/ └── README.md

## 🧩 Highlighted Projects

- 🎮 `snake-Game.py` – A modern snake game with GUI.
- 📧 `email-sender.py` – Send emails using SMTP in Python.
- 🛜 `wifi-password.py` – Retrieve saved WiFi passwords on your PC.
- 🎰 `slot-machine-game/` – A complete game with GUI and assets.

---

## 🎯 Project Highlights

| Project Name | Description |
|-----------------------|---------------------------------------------|
| `snake-Game.py` | Classic snake game built with Pygame |
| `email-sender.py` | Send emails using SMTP |
| `quiz-Game.py` | Multiple choice quiz app |
| `wifi-password.py` | Retrieve saved WiFi passwords on Windows |
| `parking-management-System.py` | CLI-based parking space tracker |
| `slot-machine-game/` | Complete GUI-based slot machine project |
| `music-player.py` | MP3 player using Tkinter and Pygame Mixer |
| `bouncing-ball.py` | Fun bouncing animation using Pygame |

---

## 🛠 Tech Stack

- Python 3.x
- Pygame
- Tkinter
- SQLite

## 🚀 Running a Project

Most scripts can be run directly:
```bash
python snake-Game.py

cd slot-machine-game
pip install -r requirements.txt
python src/main.py