This is a simple electron based gui with python as backend language.
With this you can use HTML, CSS, JS and more to create a graphic interface for your projects.
Install the Eel library to use the electron with python
Execute the follow command on terminal:
pip install eel
or
pip3 install eel
Now you need to install Node.js to use npm to install the electron package.
Open a terminal and go to the project folder and execute:
npm install electron
And just execute main.py
This project was based on Eel library, if you want to learn more about Eel, go to repository
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.