Some Things I've Built

Volume Controller using gestures
This project allows the user to control the volume of their computer by making specific hand gestures in front of the camera. The script captures the video feed from the default camera and uses image processing techniques to detect the hand and determine the direction of the gesture. Based on the direction, the volume of the computer is increased or decreased.
  • Python
  • OpenCV
Sweet Home
Transform your New Tab page into a personalized and visually appealing hub with Sweet Home. Say goodbye to the plain and boring default New Tab and welcome a cleaner, more organized look.
  • HTML
  • CSS
  • Javascript
Snake Game
A classic snake game where the player controls a snake to eat food, grow longer, and avoid walls and its own body. Set up a grid of squares, track player's score, and end the game on crashes. Allow snake to move continuously in a direction chosen by player using arrow keys. Food will randomly appear on the grid.
  • Python
  • Pygame
PassGen
PassGen is designed to help users create strong and secure passwords in just a few clicks. With the app, users can specify the length and character sets for their passwords, such as upper and lowercase letters, numbers, and symbols. The app then generates a random password that meets the specified criteria.
  • Android
  • Java