Browse projects

Number Guessing Game in Python

Build a simple number guessing game using input, loops, conditions, and feedback messages.

View project

Python Calculator Project

Build a basic calculator that lets the user choose an operation and enter two numbers.

View project

Turtle Drawing Shapes in Python

Use Turtle graphics to draw simple shapes and patterns with loops and turning angles.

View project

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.

View project

Rock, Paper, Scissors in Python

Build a Rock, Paper, Scissors game where the player competes against the computer.

View project

Hangman Game in Python

Build a simple Hangman-style word guessing game using loops, strings, and tracking letters.

View project

Attendance Tracker in Python

Build a simple attendance tracker that stores names and attendance in arrays/lists.

View project

Find the Winning Team in Python

Build a program that keeps asking for team names and scores, then works out which team won.

View project

Sensor Activity Total in Python

Build a program that totals how many seconds sensors were activated on a chosen date.

View project

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.

View project

Character Progression System in Python

Build a character system with attributes like money, experience, and position, using classes and methods.

View project

Treasure Object System in Python

Build a class to represent treasure items with value and rarity levels.

View project

Treasure Game Engine in Python

Combine characters and treasure objects to build a simple game system.

View project