A small example package
Project description
Desktop Wrapper Tool
Build Python + React desktop applications in seconds
Installation
$ pip install desktop-wrapper==0.0.1
Create a new app
# Use the cli tool
$ dw-create-app your_app_name
# Use the python module
from desktop_wrapper import create_new_app
create_new_app("your_app_name")
Use BaseApp to control the app
Add your custom functions with the @bind decorator
Start the app and you are ready to go
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
desktop_wrapper-0.0.10.tar.gz
(6.2 kB
view hashes)