Skip to main content

A tool that will GUI-ify your functions

Project description

GUIfy

PyPI_version

PyPI_downloads

PyPI_wheel

Simplest form of GUI for automation scripts.

Made with eel as python backend and react used as frontend.

For Quick Start docs click here

Main tab

main tab

Config tab

config tab

Running the source code

Since we're using react, there's a custom script run_debug.py to run the eel backend so it does not conflict with the react dev server port.

If you're working on the frontend use

npm run start

This will start react dev server and run python too in same terminal instance.

If you're working on the python side, it is recommended to run the code in 2 seperate terminals:

# In first terminal
npm run start:js

# In second terminal
npm run start:guify # or "py ./run_debug.py"

This is because unlike React, python won't restart eel session on change of the guify source, so you'd end up restarting python a lot.

Building

To build the package (wheel and source) in dist folder, run the following:

npm run build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guify-0.3.2.tar.gz (1.2 MB view hashes)

Uploaded Source

Built Distribution

guify-0.3.2-py3-none-any.whl (1.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page