# toga **Repository Path**: mirrors_beeware/toga ## Basic Information - **Project Name**: toga - **Description**: A Python native, OS native GUI toolkit. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-05 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [logo](https://beeware.org/toga) # Toga [![Python Versions](https://img.shields.io/pypi/pyversions/toga.svg)](https://pypi.python.org/pypi/toga) [![BSD-3-Clause License](https://img.shields.io/pypi/l/toga.svg)](https://github.com/beeware/toga/blob/main/LICENSE) [![Project version](https://img.shields.io/pypi/v/toga.svg)](https://pypi.python.org/pypi/toga) [![Project status](https://img.shields.io/pypi/status/toga.svg)](https://pypi.python.org/pypi/toga) [![Build Status](https://github.com/beeware/toga/workflows/CI/badge.svg?branch=main)](https://github.com/beeware/toga/actions) [![Discord server](https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic)](https://beeware.org/bee/chat/) A Python native, OS native GUI toolkit. ## Minimum requirements Each backend has specific requirements and pre-requisites. See the [platform documentation](https://toga.beeware.org/en/latest/reference/platforms/) 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](https://toga.beeware.org). ## Financial support The BeeWare project would not be possible without the generous support of our financial members: [![Anaconda logo](https://beeware.org/images/anaconda-dark.png)](https://anaconda.com/) Anaconda Inc. - Advancing AI through open source. Plus individual contributions from [users like you](https://beeware.org/community/members/). If you find Toga, or other BeeWare tools useful, please consider becoming a financial member. ## Community Toga is part of the [BeeWare suite](https://beeware.org). You can talk to the community through: - [@beeware@fosstodon.org on Mastodon](https://fosstodon.org/@beeware) - [Discord](https://beeware.org/bee/chat/) - The Toga [GitHub Discussions forum](https://github.com/beeware/toga/discussions) We foster a welcoming and respectful community as described in our [BeeWare Community Code of Conduct](https://beeware.org/community/behavior/). ## Contributing If you experience problems with Toga, [log them on GitHub](https://github.com/beeware/toga/issues). If you'd like to contribute to Toga development, our [contribution guide](https://toga.beeware.org/en/latest/how-to/contribute/) details how to set up a development environment, and other requirements we have as part of our contribution process.