/electron-gui-and-python

This is a simple electron based gui with python as backend language.

Primary LanguageHTMLMIT LicenseMIT

Electron GUI with Python backend

Python License

Alerts Quality Quality

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.

Installation

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

Information

This project was based on Eel library, if you want to learn more about Eel, go to repository

Pypi Eel

Contributing

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.

License

MIT