Skip to content

PiRaNg-1256/knowledge-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Personal Knowledge Vault (Terminal App)

This is a very simple terminal notes app that i built using Python. It help you create, store, search, edit, delete, and export notes. Notes are all saved locally in a JSON file.

Features

  • Help create notes with title, content, and optional tags
  • Help to see a list of all notes
  • Help to read any note by ID
  • Help to search notes by keywords(like title,content,tags)
  • Help to edit existing notes
  • Can delete existing notes by ID
  • Help to export notes to a CSV file

How to run

  1. Open a terminal inside the project folder.
  2. Run: python main.py

Files in this project

  • main.py — main program
  • notes.json — to store the notes that are created
  • README.md — instructions

Example use

  • Start program
  • Choose any one option from the menu (1.Create 2.View list 3.Read 4.Search 5.Edit 6.Delete 7.Export 8.Exit.)
  • Notes is updated automatically

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages