A Python-based collection of interactive activities and simple games developed to practice programming logic and Python fundamentals.
This project was developed as a way to practice Python programming through a collection of interactive activities.
The program provides a menu where the user can choose between different exercises, games, and simulations.
The project includes 10 interactive activities:
- 🔢 Number Counter
- ➕ Grade Calculator
- 🛒 Shopping List
- ✖️ Custom Multiplication Table
- 🔐 Password Validator
- 🌡️ Temperature Analysis
- 📊 Class Grade Analysis
- 💰 Sales Processor
- 🎯 Number Guessing Game
- 📦 Inventory Analysis
One of the activities is a number guessing game where the player must guess a randomly generated number between 1 and 100.
The game provides hints indicating whether the guessed number is higher or lower than the target number.
It also keeps track of the number of attempts and displays a Top 5 ranking.
- Python
- Git
- GitHub
git clone https://github.com/juliocesilva/python-interactive-activities.gitcd python-interactive-activitiespython menu_jogos.pyIf python is not recognized on Windows, you can use:
py menu_jogos.pyThis project was created for learning and practicing:
- Python fundamentals
- Programming logic
- Conditional statements
- Loops
- Functions
- User input
- Data processing
- Basic problem solving
Julio Cesar Silva
GitHub: @juliocesilva

