Number Guessing Game
Designed an interactive number guessing game that challenges users to guess a randomly generated number. Implemented user feedback and replay features to enhance gameplay.
- Technologies Used: Python
- Features: User feedback, game replay functionality
Currency Converter
Developed a currency converter that allows users to convert amounts between various currencies using real-time exchange rate data.
- Technologies Used: Python
- Features: Real-time exchange rate data, user-friendly CLI
Password Generator
Created a secure password generator that produces strong, random passwords with customizable options for different character types.
- Technologies Used: Python
- Features: Customizable password options, secure generation
Simple Calculator
Built a basic calculator application capable of performing essential arithmetic operations with robust error handling and a user-friendly interface.
- Technologies Used: Python
- Features: Arithmetic operations, error handling
Registration Form
Developed a dynamic registration form that collects and validates user information, ensuring data accuracy and integrity.
- Technologies Used: Python
- Features: Data validation, user-friendly interface