Skip to content

Experiment with electron and running python process, flask server

Notifications You must be signed in to change notification settings

javimaravillas/electron-python-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run in development

Suggest to use python virtualenv:

http://python-guide-pt-br.readthedocs.io/en/latest/dev/virtualenvs/

run: npm install

run electron: electron .

Run package into the APP

Install Electron Globally: sudo npm install -g electron

Compile the python script with pyinstaller

Package the electron app with electron-packager: electron-packager .

Run it!!

About

Experiment with electron and running python process, flask server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published