Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nishowsan/python-electron

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-electron

Make desktop app with html5 and JS using python and pytron

Electron is a technology developed by Github. Which you can use to render html5 and javascript as a desktop app . But it uses node js . I have used PyQt5 for the shell and it is written with pure python so enjoy .

Note

The code is beta and the idea is new . The project will be continuous . Please report issue .

Because of the name 'pytron' already exists , I have renamed it too pyelectron ..........

Install

Installing pytron is very easy .

Windows

Open your cmd as administrator and type the following pip install pytron


## Linux Open your terminal with Ctrl + Alt + T and then sudo pip install pyelectron

Docs

Pytron was mainly built in order to serve html5 file with a simple pyqt shell that acts like a desktop application

import os
import pyelectron as pt

# setting the title via predefined variable 
pt.TITLE = 'App'

# htmlFile name can be saved via the variable htmlFile . os.path.join() is used for absolute file path
pt.htmlFile = pt.handler + os.path.join('index.html')

window = pt.BrowserWindow()
window.show() # show or execute the main Window

# Finally execute the file
if __name__ == '__main__':
  pt.app.exec_()

About

Make desktop app with html5 and JS using python and pytron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.