Skip to content

mjhossain/note-app-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple note taking app using python.

There is 2 version to it:

MySQL:
    Using mysql as a database (inside mysql-db-app) 

JSON:
    Using JSON to store files. (index)

App Usage:

Create a Note:
    python note.py add

List all Notes:
    python note.py list

Open a Note: (get note id from list)
    python note.py open -id 1 

Remove a Note: (get note id from list)
    python note.py rm -id 1

About

A note taking app with python and mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages