gorzek / loomwords

a dynamic text generation platform
MIT License
1 stars 1 forks source link

Create simple GUI with PySimpleGUI #7

Open gorzek opened 3 years ago

gorzek commented 3 years ago

See: https://github.com/PySimpleGUI/PySimpleGUI

Autocomplete example: https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Auto_Complete.py

Current thinking on this is that in one pane you'd have an input file you're editing, in another pane is real-time rendering of the output, and perhaps a file tree of vocabs on the left side. Try a few variations and see what works best.