This repository contains beginner-friendly Python projects:
- Area Calculator (Circle & Triangle)
- To-Do List (CLI based)
- Number Guessing Game
- Math Operations Functions
- File Read/Write Script
python area_calculator.py
python todo_app.py
python guessing_game.py
python math_operations.py
python file_handler.py
## ๐ Data Folder
- `data/notes.txt` โ Used for storing text data in the file handling project.
- The file is automatically updated when running `file_handler.py`.