Browse projects
Number Guessing Game in Python
Build a simple number guessing game using input, loops, conditions, and feedback messages.
Python Calculator Project
Build a basic calculator that lets the user choose an operation and enter two numbers.
Turtle Drawing Shapes in Python
Use Turtle graphics to draw simple shapes and patterns with loops and turning angles.
Screen Time Warning in Python
Build a simple program that checks how many minutes a person has spent playing games and gives the correct message.
Rock, Paper, Scissors in Python
Build a Rock, Paper, Scissors game where the player competes against the computer.
Hangman Game in Python
Build a simple Hangman-style word guessing game using loops, strings, and tracking letters.
Attendance Tracker in Python
Build a simple attendance tracker that stores names and attendance in arrays/lists.
Find the Winning Team in Python
Build a program that keeps asking for team names and scores, then works out which team won.
Sensor Activity Total in Python
Build a program that totals how many seconds sensors were activated on a chosen date.
Hotel Car Park Pricing in Python
Build a parking calculator that works out the total price based on hours parked and whether the car is electric.
Character Progression System in Python
Build a character system with attributes like money, experience, and position, using classes and methods.
Treasure Object System in Python
Build a class to represent treasure items with value and rarity levels.
Treasure Game Engine in Python
Combine characters and treasure objects to build a simple game system.