Skip to content

monkelab/MonkePad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

monkepad

A simple Notepad-like editor written in Python

Since MonkePad is written in one file, all your customization can be done without much trouble, and you can transfer it easily.
Note: MonkePad should be run with python3 NOT python because of different module names between the versions.

Modification

MonkePad has multiple constants declared near the top of the file
image

You can change these to fit your wants. For example:
image
image

Building

pip install pyinstaller
pyinstaller --onefile monkepad.py

MonkePad color palette

About

A simple Notepad-like editor written in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages