A Python native, OS native GUI toolkit.
This package provides the core Toga API. In order to use Toga, you'll also need to install a backend that implements the core Toga API for that platform:
- Android toga-android
- iOS toga-iOS
- Linux toga-gtk
- macOS toga-cocoa
- Web toga-web
- Windows toga-winforms
Toga requires Python 3.8 or newer. Python 2 is not supported.
Each backend also has specific requirements and pre-requisites. See the platform documentation for details.
To get a demonstration of the capabilities of Toga, run the following:
$ python -m pip install toga-demo $ toga-demo
This will pop up a GUI window with some sample widgets.
Documentation for Toga can be found on Read The Docs.
Toga is part of the BeeWare suite. You can talk to the community through:
We foster a welcoming and respectful community as described in our BeeWare Community Code of Conduct.
If you'd like to contribute to Toga development, our guide for first time contributors will help you get started.
If you experience problems with Toga, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.