secret-notes

A "secret" note taking app written in Python with Tkinter.
git clone git://git.nomxz.net/secret-notes.git
Log | Files | Refs

commit 678be38e93b4a3555dfb6aa72d1a626f92641d2c
parent 55ebc706efa2673a283cb518aed7962b953d8d49
Author: Ramon Asuncion <asuncionbatista@gmail.com>
Date:   Wed, 16 Jun 2021 23:07:13 -0400

Removed TODO list from README.md

Diffstat:
MREADME.md | 17++---------------
1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md @@ -1,15 +1 @@ -- Create a folder for the user. One person logins they get sent to the new directory. - -# Django and Flask are the most popular tools used to write an application server in Python -# TODO: Create a random directory name? -# TODO: Destroy the labels after shown for a few seconds. -# TODO: Save notes into directory of username. -# TODO: If notes file already exist do not overwrite those notes. -# TODO: Make it so the user can not resize the UI (Done for login, register, and startup!) -# TODO: Allow the user to enter their username lowercased and it will default to what they originally put. Ex: allowed input: ramonasuncion --> return RamonAsuncion (original) -# TODO: Change the place to where you write text to 'Text' input instead of textvariable. -# TODO: Start working on protecting the password through hashing. -# TODO: Add image of an eye for password viewer -# TODO: Do not allow certain characters to become usernames (regex) -# Thread to run the sleep command on the text? Make it sleep? And then it disappers. Need to look more into threads. - +- In the works +\ No newline at end of file