Skip to content

Pyletron Builder allows you to create desktop applications using HTML, CSS and Javascript.

License

Notifications You must be signed in to change notification settings

pyletron/builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pyletron

Pyletron Builder

Made in Python

Pyletron Builder allows you to create desktop applications using HTML, CSS and Javascript. It is based off the Python Library pywebview and can be used by many web apps for example, it is possible to compile GDevelop games with Pyletron.

It is lightweight and takes less storage however doesn't have anything NodeJS related, and it's also an alternative to Electron.

Note: The 'pyletronIcon.ico' file needs to be in the same directory as build.exe/build.py for it to run.

Installation

To install Pyletron Builder, goto the releases tab and get the latest release from GitHub, You can also get the source code. You require Python to use Pyletron.

Requirements

You need to complete these requirements to sucessfully run Pyletron Builder and compile your web application into a desktop application.

You need a Manifest File
You can generate one with Pyletron Manifest Generator
When the 'manifest.json' file is generated, move it to the same folder as 'build.exe/build.py'
Get it here: https://github.com/pyletron/manifest-generator

You need the actual web files as well which are your html, css and js files.
You need to make a folder named 'html' in the same directory as build.exe/build.py.
There needs to be an 'index.html' file in the root of the 'html'.

License

GNU GPL v3.0

Press Kit

Pyletron has a small press kit. You can check it out here.