A simple cross-platform Python IDE with auto completion and the ability to run scripts in interactive mode, written in python.
This editor is very customizable, just edit the config.json file. All color codes MUST be hex color codes!
After doing pip install -r requirements.txt you need to open up a cmd/terminal and follow these steps:
python
import nltk
nltk.download('punkt')
- Clone this repository:
https://github.com/CountryTk/Hydra.git
- Change directory into Hydra repository
- Install the IDE via setup.py
python3 setup.py install
- Launch Hydra with the command
Hydra