Skip to content

Python Note-Taking application to take notes based on what you told certain people.

Notifications You must be signed in to change notification settings

sriyegna/Noteapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developed by : Srinath Natarajan

There are two functions. add() and read().

read()
When you want to read a note, call the function "read()", and when prompted, enter the name of the person.
In the event a person does not exist in the database, you will be asked if you want to add it.
Acceptable answers are "y" for Yes, and "n" for No.

add()
When you want to add a note, call the function "add()", and when prompted, enter the name of the person.
In the event a person already exists, the note will be added after the pre-existing notes.

About

Python Note-Taking application to take notes based on what you told certain people.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages