pybee / toga-demo

A demonstration of the capabilities of the Toga widget toolkit.
BSD 3-Clause "New" or "Revised" License
16 stars 9 forks source link

THIS REPOSITORY IS IN THE ATTIC

This functionality has been merged into the main Toga <https://github.com/pybee/toga>__ repository.

Toga Demo

A demonstration of the capabilities of the Toga widget toolkit_.

Toga requires Python 3

Quickstart

For details of Toga's pre-requisites, see the toga repository on GitHub_.

Once those pre-requisites have been met, in your virtualenv, install Toga Demo, and then run it::

$ pip install toga-demo
$ toga-demo

This will pop up a GUI window.

If you have cloned the toga-demo repository, you can run the demo like this::

$ pip install toga
$ python -m toga_demo

Community

Toga Demo is part of the BeeWare suite_. You can talk to the community through:

Contributing

If you experience problems with Toga Demo, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request_.

.. _BeeWare suite: http://pybee.org .. _Read The Docs: http://toga-demo.readthedocs.org .. _Toga widget toolkit: http://pybee.org/toga .. toga repository on GitHub: https://github.com/pybee/toga .. @pybeeware on Twitter: https://twitter.com/pybeeware .. _pybee/general: https://gitter.im/pybee/general .. _log them on Github: https://github.com/pybee/toga-demo/issues .. _fork the code: https://github.com/pybee/toga-demo .. _submit a pull request: https://github.com/pybee/toga-demo/pulls