Hi there! This is a collection or compilation of my small, simple, and self-contained projects for beginners in Python. Each project is simple and easy to understand, yet challenging enough to help me learn fundamentals and basics of Python.
- Guessing Game:
- Calculator: A calculator that can calculate two numbers using arithmetic operations of addition, subtraction, multiplication, division, modulus, and exponentiation. There are currently 3 version of this.
- Leap Year Checker
- Prime Number Checker
- Password Generator
- BMI Calculator
- Caesar Cipher
- Rock Paper Scissor: A classic game where I can play against the computer and learn how to implement basic conditionals in Python.
- Hangman Game
- Blackjack Game
- Guessing Number Game
- Dice Roll
Visit my REPLIT profile to see more codes