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
- Host: GitHub
- URL: https://github.com/ankitpoddar07/python-projects
- Owner: ankitpoddar07
- License: mit
- Created: 2025-04-14T08:49:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:13:04.000Z (8 months ago)
- Last Synced: 2025-04-15T04:16:05.847Z (8 months ago)
- Topics: modules, python, sqlite
- Language: Python
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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