Beginner Python Projects

1. Calculator App

Create a basic calculator that can add, subtract, multiply, and divide numbers entered by the user.

2. Number Guessing Game

Build a game where the computer selects a random number and the user tries to guess it.

3. Simple To-Do List

Create a command-line to-do list where users can add, remove, and view tasks.

4. Temperature Converter

Convert temperatures between Celsius, Fahrenheit, and Kelvin.

5. Basic Quiz Game

Create a multiple-choice quiz that asks the user questions and gives a score at the end.

6. Palindrome Checker

Check whether a string entered by the user is a palindrome.

7. Simple Alarm Clock

Set an alarm for a specific time that prints a message or plays a sound when triggered.

8. BMI Calculator

Calculate body mass index based on user input for height and weight.

9. Unit Converter

Convert units of measurement such as length, weight, and volume.

10. Word Counter

Count the number of words, characters, and sentences in a given text.

11. Simple Mad Libs Game

Create a story with blanks where the user inputs words to complete it.

12. Rock-Paper-Scissors Game

Play a game of rock-paper-scissors against the computer.

13. Multiplication Table Generator

Print a multiplication table for a number entered by the user.

14. Countdown Timer

Create a countdown timer that counts down from a user-specified number of seconds.

15. Simple Address Book

Store contact information such as name, phone number, and email, and allow viewing or editing.

← Back to Main Page