Open gorzek opened 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.
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.