"Please note that all my projects are hosted on my Replit account at https://replit.com/@techbire, where you can explore a broader collection of Python code. I encourage you to visit and explore the repository for additional Python projects."
- Description: A BMI calculator that calculates Body Mass Index based on user inputs (weight and height).
- Topics: Basic input/output, calculations.
- Description: A simple Rock, Paper, Scissors game where you can play against the computer.
- Topics: Conditional statements, user input.
- Description: A coin-flip game that randomly selects 'Heads' or 'Tails' when you play.
- Topics: Random number generation, conditional statements.
- Description: A calculator that estimates life expectancy based on user inputs (age, lifestyle, etc.).
- Topics: Complex calculations, user input.
- Description: A fun project that calculates a 'love percentage' based on user inputs (names).
- Topics: String operations, randomization.
- Description: A password generator that creates strong, random passwords for various uses.
- Topics: Randomization, string operations.
- Description: A script to simulate ordering pizza with various toppings and sizes.
- Topics: Functions, conditional statements.
- Description: An application for setting and managing reminders and alerts.
- Topics: Functions, while loops, plyer library.
- Description: A calculator that calculates tips based on the bill amount and service quality.
- Topics: Calculations, user input.
- Description: A fun project that generates a 'treasure map' for a treasure hunt.
- Topics: Lists, randomization."
- Description: A tool for randomly selecting who will pay the bill in a group meal.
- Topics: Randomization, conditional statements.
- Description: A classic word-guessing game where the player attempts to guess a hidden word letter by letter. The player has a limited number of incorrect guesses before the game ends.
- Topics: String manipulation, random word selection, user input, conditionals, loops.