THIS REPOSITORY IS IN THE ATTIC
This functionality has been merged into the main Toga <https://github.com/pybee/toga>
__ repository.
A demonstration of the capabilities of the Toga widget toolkit
_.
Toga requires Python 3
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
Toga Demo is part of the BeeWare suite
_. You can talk to the community through:
@pybeeware on Twitter
_
The pybee/general
_ channel on Gitter.
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