Skip to content

A collection of beginner-friendly Python projects that explore file handling, dictionaries, loops, and basic program structure. Includes a personal notes saver, a diary app with optional PIN protection, and a to-do list manager. These projects demonstrate my early journey in learning Python and will be improved over time.

Notifications You must be signed in to change notification settings

Harsh-Projects-Here/beginner_python_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beginner Python Projects

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.

Features

  • 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.

How to Run

  1. Make sure you have Python 3.x installed.
  2. Clone the repository:
    git clone https://github.com/Harsh-Projects-Here/beginner_python_projects.git

About

A collection of beginner-friendly Python projects that explore file handling, dictionaries, loops, and basic program structure. Includes a personal notes saver, a diary app with optional PIN protection, and a to-do list manager. These projects demonstrate my early journey in learning Python and will be improved over time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages