Documentation for Python Concur
Welcome to the Python Concur documentation repository!
Python Concur is a library for creating GUI applications in Python. To get a better overview, visit The Python Concur Website.
If you know about useful learning resources not listed here, feel free to create a pull request, or file an issue.
Getting Started
- Installation:
Download Concur and run a Hello World application.
- Issue Tracker: Ask any questions here. Feel free to create new issues.
Learning
Articles
- ImGui: The C++ GUI library Concur is based on. Some extra functions not exposed through PyImGui can be found here.
- PyImGui: Python bindings to the ImGui library. It contains a useful reference documenting all the exposed functions.
- Purescript Concur: The most developed Concur implementation.