Skip to content

Build-Your-Dream-Python-Project/NotesApp

Repository files navigation

Python Notes Application

Welcome to the Python Notes Application! This is a simple command-line application built with Python that allows you to create, view, edit, and delete notes. It provides a convenient way to manage your personal or professional notes right from your terminal.

Features

  • Create new notes with titles and contents.
  • View a list of all existing notes.
  • View the details of a specific note.
  • Edit the contents of a note.
  • Delete a note.
  • Save and load notes from a local file.

Requirements

  • Python 3.x: Make sure you have Python installed on your system. If not, you can download and install it from the official Python website.

Getting Started

To get started with the Python Notes Application, follow these steps:

  1. Clone the repository or download the source code files:

    git clone https://github.com/Build-Your-Dream-Python-Project/NOTES-APP.git
  2. Navigate to the project directory:

    cd NotesApp
  3. Run the application:

    python NotesApp.py 

Usage

The application provides a simple command-line interface with a menu-based navigation system. You can navigate through the different options using the arrow keys and press Enter to select an option.

Once you have launched the application, you can use the following commands:

  • Create a new note: Select the "Create a New Note" option from the main menu. You will be prompted to enter a title and contents for your note.

  • View a specific note: Select the "View Note Details" option from the main menu, and then choose the note you want to view.

  • Edit a note: Choose the "Edit Note" option from the main menu, and then select the note you want to edit. You can modify the contents of the note and save your changes.

  • Delete a note: Select the "Delete Note" option from the main menu, and then choose the note you want to delete. Confirm your action, and the note will be permanently removed.

  • Save and load notes: The application automatically saves your notes to a local file called "notes.txt" whenever you create, edit, or delete a note. When you relaunch the application, it loads the existing notes from the file.

Contact

If you have any questions, suggestions, or feedback, feel free to join our Discord community:

Please note that the Discord link provided is an invitation to a community and may have an expiration date. If the link is no longer valid, you can reach out to Lugia#1347 or Alexandros#6106 on Discord.

About

NOTES APP created by members of +BYDPP

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages