Skip to content

mehak-ui/Python-Beginner-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Beginner Python Project Pack

A curated collection of beginner-friendly Python projects to strengthen your understanding of core programming concepts. Ideal for students, new coders, and anyone looking to learn Python through real hands-on examples.

๐Ÿ“ฆ Projects Included

๐ŸŽฎ Rock-Paper-Scissors

A fun interactive console game where the player competes against the computer.

๐Ÿ”ง Features:

  • User input via terminal
  • Random computer choice using random module
  • Game logic to determine winner
  • Option to play multiple rounds

๐Ÿง  Concepts Used:

  • Conditional logic (if-else)
  • random.choice()
  • Loops
  • Functions

โœ… Console-Based To-Do List in Python

A beginner-friendly to-do list app built with Python for managing daily tasks right from the terminal. This project is perfect for learning how to work with lists, dictionaries, functions, and user input.

๐Ÿ”ง Features

  • ๐Ÿ“Œ Add new tasks
  • ๐Ÿ‘€ View all tasks with โœ… Done or โŒ Pending status
  • โœ”๏ธ Mark tasks as completed
  • ๐Ÿ—‘๏ธ Delete tasks
  • ๐Ÿง  Menu-driven interface

๐Ÿง  Concepts Covered

  • Python lists and dictionaries
  • Loops and conditional statements
  • Functions for modular code
  • Clean user input/output handling
  • (Optional) File I/O with json or .txt

๐Ÿงฎ Console Calculator in Python

A simple terminal-based calculator built with Python. Supports basic arithmetic operations and designed for beginners learning functions, conditionals, and input handling.

๐Ÿ”ง Features

  • โž• Addition
  • โž– Subtraction
  • โœ–๏ธ Multiplication
  • โž— Division (with error handling)
  • ๐Ÿ” Repeats until the user chooses to exit

๐Ÿง  Concepts Covered

  • User input handling
  • Type casting (int, float)
  • Functions for operations
  • Conditional logic and loops
  • Basic error handling (try-except)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors