Skip to content

simongarisch/PyPad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPad

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!

Required modules: PyQt5, QScintilla, bs4, lxml, nltk and vulture

nltk installation

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')

Search function

To use the search function, you first have to press Ctrl+F and then type in the word you want to search then press ok. To cycle through any words that were found, you press F3

Installation

Open a terminal and paste this command in there:

git clone https://github.com/Fuchsiaff/PyPad.git && cd PyPad && pip install -r requirements.txt && cd src && python main.py

Pictures

alt_text

Video demo

About

A simple customizable cross-platform IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%