else/Editor
Voussoir 214b657ead else
Fixed centering of file load menu
2015-03-04 02:10:23 -08:00
..
editor.py else 2015-03-04 02:10:23 -08:00
README.md else 2015-03-04 02:07:48 -08:00
textfiles.db else 2015-03-04 02:07:48 -08:00

Editor

A neat idea that I would one day like to make into a website or something. Users read and write text files simply by choosing the file name. If it exists, the text is returned to them for editing. If it does not, it will be created when they press Save. No logins and no file security. Since it's using a database instead of actual txt files, there are no filename character restrictions, only a maximum title length for sanity's sake.

For now, it's just a tkinter toy.