An open API service indexing awesome lists of open source software.

https://github.com/pratyushmishra9920-ship-it/replit-python-projects

Beginner-friendly Python CLI projects built on Replit to practice core programming fundamentals.
https://github.com/pratyushmishra9920-ship-it/replit-python-projects

beginner-project learning-by-doing python replit

Last synced: 6 days ago
JSON representation

Beginner-friendly Python CLI projects built on Replit to practice core programming fundamentals.

Awesome Lists containing this project

README

          

# 🐍 Python CLI Projects

A collection of beginner-friendly Python console applications built on Replit to practice core programming fundamentals like loops, conditionals, functions, and user input handling.

---

## 🎯 Smart Quiz Engine
- Interactive multiple-choice quiz that runs in the terminal
- Real-time answer validation with instant feedback
- Score tracking with performance-based evaluation
- Focus on loops, conditionals, and input validation

🔗 Replit: https://replit.com/@pratyushmishr16

🔗 Notion: https://season-scar-99a.notion.site/Python-CLI-Project-Tracker-2ca7d627e6e580faba68f54754a10ccb?source=copy_link

---

## 🧩 Simple Task Manager
- Console-based task management system
- Add, view, complete, and remove tasks
- Uses Python functions, lists, dictionaries, and loops
- Designed to strengthen problem-solving fundamentals

🔗 Replit: https://replit.com/@pratyushmishr16

🔗 Notion: https://season-scar-99a.notion.site/Python-CLI-Project-Tracker-2ca7d627e6e580faba68f54754a10ccb

---

### 📌 Notes
These projects were built to learn Python by shipping small, focused applications and understanding core logic through hands-on practice.