A collection of beginner-friendly Python projects that explore file handling, dictionaries, loops, and basic program structure.
This repository currently includes three projects:
- To-Do List App – Add, view, mark as complete, and delete tasks.
- Personal Notes Maker – Save, view, and delete personal notes stored in a file.
- Diary App (with optional PIN protection) – Write daily entries, secure them with a PIN, and view or remove entries.
- Learn and practice file handling in Python.
- Work with dictionaries to store and manage data.
- Explore loops, conditionals, and functions.
- Get comfortable with user input and menus.
- Make sure you have Python 3.x installed.
- Clone the repository:
git clone https://github.com/Harsh-Projects-Here/beginner_python_projects.git