Skip to content

Build cross-platform applications with Electron as a Python GUI Framework

License

Notifications You must be signed in to change notification settings

JSSRDRG/electron-python-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-python-boilerplate

JavaScript Style Guide

Clone and run to start developing

This is a minimal Electron application boilerplate based on the Quick start Guide within the Electron documentation and Photon to hookup Python.

A Basic Electron Python application needs just these files:

  • package.json - Points to the app's main file and lists its details and dependencies.
  • main.py - Starts the app and creates a browser window to render HTML. This is the app's main process.
  • index.html - A web page to render. This is the app's renderer process.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/JSSRDRG/electron-python-boilerplate
# Go into the repository
cd electron-python-boilerplate
# Install dependencies
npm install
# Run the app
npm start

License

MIT

About

Build cross-platform applications with Electron as a Python GUI Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published