Python mini projects
- Day 1 - FizzBuzz
- Day 2 - Reverse a string
- Day 3 - Palindrome Checker
- Day 4 - Vowel Counter
- Day 5 - Word Counter
- Day 6 - Simple rock, paper, scissors game
- Day 7 - Coin flipper
- Day 8 - Find longest word
- Day 9 - Using Luhn algorithm to implement credit card number checker
- Day 10 - Simple Magic 8 Ball
- Day 11 - Countdown timer
- Day 12 - Simple Counter using TKInter gui
- Day 13 - Simple Counter using wxPython gui
- Day 14 - Pong using the turtle library
- Day 15 - Smallest amount of change