A tool that will GUI-ify your functions
Project description
GUIfy
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
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file guify-0.3.2.tar.gz.
File metadata
- Download URL: guify-0.3.2.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e70a7f7d151402bfd20b0e3aeaca3371279ac4191583156511539dc5c569d0f3
|
|
| MD5 |
9436abf853a0784e8fb3905ce3a4c53e
|
|
| BLAKE2b-256 |
53f1c0ab89ed750e26890ec961b40e64898869d35f6e6c1abc8fd131a0b973a3
|
File details
Details for the file guify-0.3.2-py3-none-any.whl.
File metadata
- Download URL: guify-0.3.2-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbbb4ecc1555ba0ace75c0be122bc5a5a91124a658a79aacfc7c8382da61a0f3
|
|
| MD5 |
94f66fb203d773f9d2e4a8bcfc268302
|
|
| BLAKE2b-256 |
d6e325a21ce7843d2b50d1bee532ec37f34b879927186bb35eefb07f82f76097
|