#gui-development

[ follow ]
Web development
fromMouse Vs Python
3 weeks ago

Creating a Simple XML Editor in Your Terminal with Python and Textual - Mouse Vs Python

Transitioning Boomslang from wxPython to Textual creates a functional XML viewer and editor for the terminal.
#python
fromPython GUIs
4 months ago

Multithreading PyQt6 applications with QThreadPool

A common problem when building Python GUI applications is the interface locking up when attempting to perform long-running background tasks.
Running
[ Load more ]