secret-notes

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

DateCommit messageAuthorFiles+-
2022-06-23 05:47Merge pull request #11 from RamonAsuncion/Remove-README.mdRamon Asuncion1+0-37
2022-06-23 05:44Delete README.mdRamon Asuncion1+0-37
2022-03-05 03:35Remove funtionality to show/hide password.Ramon Asuncion3+286-4
2022-02-22 04:29Remove unused/commented code.Ramon Asuncion1+27-43
2022-02-22 04:21Update README.mdRamon Asuncion1+1-1
2022-02-12 23:34Comment out unused code.Ramon Asuncion2+22-24
2022-02-12 23:19Add notes.py code into a classRamon Asuncion1+251-0
2022-02-12 23:18Add secretnotes.py to class and change nameRamon Asuncion1+0-284
2022-02-12 23:18Add invisible/visible eye iconRamon Asuncion2+0-0
2022-02-12 23:17Update README.mdRamon Asuncion1+36-2
2021-06-28 03:16Testing out label remove after 2000 msRamon Asuncion1+24-8
2021-06-17 03:07Removed TODO list from README.mdRamon Asuncion1+2-15
2021-06-17 03:05New items on the TODO list and updated variables.Ramon Asuncion1+81-79
2021-05-23 01:11No merge conflict on device.Ramon Asuncion2+15-0
2021-05-15 02:13Confirm to close, destory screen must be added.Ramon Asuncion1+28-13
2021-05-10 03:42Changed font colors, and variable.Ramon Asuncion1+20-24
2021-05-09 16:36New show password method using lambda, modified variables, and fixed file os creation bugs.Ramon Asuncion1+255-236
2021-05-05 22:26Added icon, optimized code, changed variable names, removed boilerplate code.Ramon Asuncion1+154-182
2021-01-06 04:53Inital commitRamon Asuncion1+264-0