Liamohara / Codey

A simple, no-nonsense Python IDE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codey

Build Release

A simple, no-nonsense Python IDE.


Get Started

Download the latest Release!

 

Contribute

All contributers welcome! Just make a pull request and I will review it shortly.

Download Repo

Clone this repo to a folder on your device. Here we'll use $HOME/codey(MacOS/Linux)

git clone https://github.com/Liamohara/Codey.git "$HOME/codey"

Install

  1. Ensure that Node.js is installed.
  2. Open the directory where you have installed the source code.
cd $HOME/codey
  1. Install the dependencies.
yarn
  1. Run Codey.
yarn start
  1. Package the application and create the installer.
yarn make
  1. The installer has now been saved to ./out/make!
cd $HOME/codey/out/make
ls

About

A simple, no-nonsense Python IDE.

License:Mozilla Public License 2.0


Languages

Language:TypeScript 63.3%Language:HTML 13.7%Language:JavaScript 9.3%Language:Python 8.6%Language:SCSS 5.1%