# Toga
**Repository Path**: mirrors/Toga
## Basic Information
- **Project Name**: Toga
- **Description**: Toga 是一个 Python 原生的 GUI 工具包
- **Primary Language**: Python
- **License**: BSD-3-Clause
- **Default Branch**: main
- **Homepage**: https://www.oschina.net/p/toga
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2018-07-27
- **Last Updated**: 2025-09-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
.. |logo| image:: https://beeware.org/project/toga/toga.png
:width: 72px
:target: https://beeware.org/toga
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/toga.svg
:target: https://pypi.python.org/pypi/toga
:alt: Python Versions
.. |version| image:: https://img.shields.io/pypi/v/toga.svg
:target: https://pypi.python.org/pypi/toga
:alt: Project version
.. |license| image:: https://img.shields.io/pypi/l/toga.svg
:target: https://github.com/beeware/toga/blob/main/LICENSE
:alt: BSD-3-Clause License
.. |maturity| image:: https://img.shields.io/pypi/status/toga.svg
:target: https://pypi.python.org/pypi/toga
:alt: Project status
.. |ci| image:: https://github.com/beeware/toga/workflows/CI/badge.svg?branch=main
:target: https://github.com/beeware/toga/actions
:alt: Build Status
.. |social| image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic
:target: https://beeware.org/bee/chat/
:alt: Discord server
|logo|
Toga
====
|pyversions| |license| |version| |maturity| |ci| |social|
A Python native, OS native GUI toolkit.
Minimum requirements
--------------------
Each backend has specific requirements and pre-requisites. See the `platform
documentation `__ for
details.
Quickstart
----------
To get a demonstration of the capabilities of Toga, run the following::
$ pip install toga-demo
$ toga-demo
This will pop up a GUI window with some sample widgets.
Documentation
-------------
Documentation for Toga can be found on `Read The Docs`_.
.. _Read The Docs: https://toga.readthedocs.io
Financial support
-----------------
The BeeWare project would not be possible without the generous support of our financial
members:
.. image:: https://beeware.org/community/members/anaconda/anaconda-large.png
:target: https://anaconda.com/
:alt: Anaconda logo
Anaconda Inc. - Advancing AI through open source.
Plus individual contributions from `users like you
`__. If you find Toga, or other BeeWare tools
useful, please consider becoming a financial member.
Community
---------
Toga is part of the `BeeWare suite`_. You can talk to the community through:
* `@beeware@fosstodon.org on Mastodon`_
* `Discord`_
* The Toga `GitHub Discussions forum`_
We foster a welcoming and respectful community as described in our
`BeeWare Community Code of Conduct`_.
.. _BeeWare suite: https://beeware.org
.. _@beeware@fosstodon.org on Mastodon: https://fosstodon.org/@beeware
.. _Discord: https://beeware.org/bee/chat/
.. _GitHub Discussions forum: https://github.com/beeware/toga/discussions
.. _BeeWare Community Code of Conduct: https://beeware.org/community/behavior/
Contributing
------------
If you experience problems with Toga, `log them on GitHub
`__.
If you'd like to contribute to Toga development, our `contribution guide
`__
details how to set up a development environment, and other requirements we have
as part of our contribution process.