/electric-snake

Personal Electron project, meant for exploring the use of python within electron.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Electric-snake

Personal Electron project, meant for exploring the use of python within electron.

Running

First the requirements are:

  1. Linux (Tested in ubuntu 18.04)
  2. nodejs (latest)
  3. Python 3.6 or later

To run:

  1. Make python virtual environment and install the requirements.txt
python3 -m venv venv/
source ./venv/bin/python3
pip install < requirements.txt
deactivate
  1. Install the required modules.
npm install
  1. Start the app!
npm start