Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

toga-demo

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toga-demo

A demonstration of the capabilities of the Toga widget toolkit.

  • 0.4.8
  • Source
  • PyPI
  • Socket score

Maintainers
0

Toga Demo

A demonstration of the capabilities of the Toga widget toolkit_.

Toga requires Python 3

.. _Toga widget toolkit: https://beeware.org/toga

Quickstart

For details of Toga's pre-requisites, see the Toga project 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 repository, install the dependent packages in your virtualenv::

$ cd toga
$ pip install -e ./core

Then install the platform specific code::

$ pip install -e ./cocoa      # macOS
$ pip install -e ./gtk        # Linux
$ pip install -e ./winforms   # Windows

Finally navigate to the demo directory and run the application::

$ cd demo
$ python -m toga_demo

.. _Toga project on Github: https://github.com/beeware/toga

Community

Toga Demo 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 Demo, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request_.

.. _log them on Github: https://github.com/beeware/toga/issues .. _fork the code: https://github.com/beeware/toga .. _submit a pull request: https://github.com/beeware/toga/pulls

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc