Similar projects
- Starwort/asynctk (on PyPi) - tries to wrap all widgets and make all their methods asyncroneous.
Most recent commit: October 2021.
GPL v3 license. - asyncgui/asynctkinter (on PyPi) - looks like an asynchronous framework itself (like trio).
Archived Jun 15, 2026 MIT License. - asyncgui/asynctkinter2 (on PyPi) - successor of asynctkinter.
The latter two projects use old asyncio code (from before async/await syntax addition):
- Lucretiel/tkinter-async - most recent commit: May 7, 2015
- fluentpython/asyncio-tkinter - most recent commit: Apr 5, 2015.