- Volume Control using Hand Gestures Control your system volume by moving your thumb and index finger in front of a webcam.
- Uses MediaPipe for hand tracking
- Uses OpenCV for camera capture
- Uses PyAutoGUI to press system volume keys
- Touchless gesture-based interaction
- GUI Calculator A fully functional calculator built with Tkinter.
- Supports basic operations:
+,-,*,/,. - Handles syntax and division errors
- Organized button layout with real-time updates
- Captcha Code Generator Generates a random 6-character captcha using letters and digits.
- Uses
randomandstringmodules - Length can be easily changed by modifying
kvalue
-
Contact Manager (CLI-Based) A basic command-line Contact Management System using dictionaries
-
Task Manager App A basic to-do list application built with Tkinter.
- Add and delete tasks
- Error handling for empty deletions
- Simple and clean layout