- Allow PyInstaller dev branches to be used ### 2.6.2 - Fix #58: Do not supply keyword arguments to os.startfile. ### 2.6.1 - When the server stops, close the UI - Fix #56: Stop Python process freezing when displaying tkinter dialogs - Don't pass filetypes to tkinter's askopen...
git clone https://github.com/hreikin/tkintermd.gitcdtkintermd/ Create and source a Python virtual environment: python3 -m venv .venvsource.venv/bin/activate Install requirements withpip: pip install -r requirements.txt Usage Embedded To use theTkintermdFramein one of your own python scripts:...