This repository contains simple Python CLI projects created for learning.
- Calculator
File: calculator.py
Simple calculator with add, subtract, multiply, divide.
- Quiz Game
File: quiz-game.py
Simple multiple choice quiz game.
- Password Generator
File: password-generator.py
Random password generator with strength checker.
- To-Do List
File: to-do-list.py
CLI program to add, view, and delete tasks.
- if / elif / else
- loops
- functions
- lists
- error handling