This repository contains several small Python projects that I've worked on to sharpen my skills. Each project is self-contained and demonstrates various aspects of Python programming, including game development, utility scripts, and more.
A simple password manager that allows users to store and retrieve their passwords securely. The passwords are encrypted for safety.
Features:
- Add, view, and delete passwords.
A classic Pong game implementation using Python's turtle module.
Features:
- Single-player mode against AI.
- Basic scoring system.
A simple road crossing game where the player must avoid traffic to reach the other side.
Features:
- Increasing difficulty with time.
- Score tracking.
A classic Snake game implemented with Python's turtle module.
Features:
- Classic snake gameplay.
- Score tracking.
A simple countdown timer application built with Python.
Features:
- Start, stop, and reset functionality.
- Audio alert when time is up.