This repository contains my Python projects, starting from beginner practice programs and growing into larger projects involving GUI development, computer vision, and AI-based assistants.
A futuristic desktop AI assistant built with Python and Tkinter.
Features:
- Text chat
- Voice input
- Text-to-speech replies
- Local memory with SQLite
- Gemini AI integration
- Web search and app opening
- Mac system controls
- Optional camera vision with OpenCV
A computer vision project using Python to track hand movements in real-time.
Features:
- Real-time hand tracking using camera
- Finger detection and gesture recognition
- Drawing/virtual board system
- Gesture-based controls (draw, select, erase)
- Can be extended into games or AI control systems
A simple bill calculator project made to practice Python basics and calculations.
A cinema ticket project built to practice conditions and user input handling.
A Python password generator that creates secure random passwords.
A pizza order calculator based on size and add-ons.
A simple Rock Paper Scissors game built in Python.
A beginner project using conditions and logic for ticket rules.
A text-based adventure game using decision-making logic.
This repository shows my learning journey in Python:
- beginner logic building
- condition-based programs
- small games
- calculators
- computer vision projects
- GUI applications
- AI assistant development
- Python
- Tkinter
- SQLite
- SpeechRecognition
- pyttsx3
- OpenCV
- MediaPipe (for hand tracking)
- Google GenAI SDK
Clone the repository:
git clone https://github.com/muhammadsaadmir/Projects.gitGo into the Project folder:
cd ProjectsRun any Project:
python filename.py