Skip to content

LibHQ/Libtron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Libtron

What's this?

Libtron is a Python script/app that allows you to create an Electron app with custom settings, including the URL, app title, description, and icon path. Additionally, it provides the option to build an executable for the Electron app.

Credits

Credits to Electrimake for the main source of this project. GUI was made by Liberty Software.

Requirements

  • Python 3.x
  • Node.js (for Electron)

Installation

Before running the script, ensure you have the necessary dependencies installed:

  • Python dependencies:

    pip install tkinter
  • Node.js dependencies:

    npm install -g electron electron-builder

Usage

  1. Clone or download this repository.

  2. Run the script:

    python libtron.py
  3. Fill in the URL, app title, description, and icon path (optional) in the provided fields.

  4. Click the "Create Electron App" button to create the Electron app.

  5. Optionally, click the "Build Executable" button to build an executable for the Electron app.

Troubleshooting

  • If you encounter any issues feel free to send a issue.

License

This project is licensed under the Apache License.