This repository contains my solutions, exercises, and mini-projects while going through various Python learning resources such as Automate the Boring Stuff with Python by Al Sweigart, Bro Code youtube videos etc. I’m using WSL (Ubuntu), Python 3, and VS Code to practice programming and automation.
hello.py
– First test scriptAge.py
– Using Else, If and elif- `` – Exercises and notes from Chapter 2
- (more chapters coming soon...)
- Bro Code YouTube Projects
- Madlibs Game
- Calculator Program
- Weight Conversion Program
- Temperature Conversion Program
- Compound Interest Calculator
- Countdown Timer Program
- Shopping Cart Program
- Quiz Game
- Concession Stand Program
- Number Guessing Game
- Rock, Paper, Scissors Game
- Dice Roller Program
- Banking Program
- Slot Machine
- Encryption Program
- Hangman Game
- Alarm Clock
- Digital Clock Program
- Stopwatch Program
- Weather API App
Make sure you have:
- Python 3 installed (
python3 --version
) - Git installed (
git --version
)
Clone the repo:
git clone https://github.com/sree34u/Automate_-with_Python.git
cd Automate_-with_Python
## Resources
- [Automate the Boring Stuff with Python (free online book)](https://automatetheboringstuff.com/)
- [Official Python Docs](https://docs.python.org/3/)
- [VS Code + Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)