Skip to content
This repository has been archived by the owner on Aug 15, 2017. It is now read-only.

Latest commit

 

History

History
53 lines (35 loc) · 1.47 KB

README.rst

File metadata and controls

53 lines (35 loc) · 1.47 KB

THIS REPOSITORY IS IN THE ATTIC

This functionality has been merged into the main 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.