qtinter — Interop between asyncio and Qt for Python

qtinter is a Python module that brings together asyncio and Qt for Python, allowing you to use one from the other seamlessly.

qtinter strives to be simple and reliable:

  • Simple: You only need to add two lines of code to use asyncio from Qt and vice versa. No refactoring of your existing codebase is required.

  • Reliable: qtinter features 100% code coverage and passes the entire asyncio test suite. Rest assured that your favorite asyncio or Qt component will work.

Read on for detailed documentation on qtinter.