/PyCreator

Simple Qt/ PyQode based Python ide created for learning purposes

Primary LanguagePythonMIT LicenseMIT

This is an old project but I want to give credit where credit is due. Heavily inspired by this project

PyCreator

Simple Python ide created for learning purposes. Uses PyQode and a special version of PyQt5 for Python 2.7(see here). Features full Python syntax highlighting, Jedi code completion, splittable code tabs, script out-liner, Frosted and Pep checkers as well as a fully drag 'n drop enabled file browser. That said, it still lacks alot of features present in other ides like virtual environment management, a debugger and Github integration.

Installation

Clone or download this repo then::

python setup.py install

Important: Pycreator is an experiment and is not meant for actual production use, however, pull request are welcome and I will do my best to answer any questions you may have.

PyCreator Screenshot