Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 651 Bytes

File metadata and controls

18 lines (11 loc) · 651 Bytes

Python-Notepad

Very simple text editor written in Python!

Usage

Go to the releases page and download main.py

Run the file and enter your desired filename and extension

Then type all that you want to write and typpe exit-editor to stop making the file

All you need is Python installed, no dependencies!

Notes

When giving the file extension, don't type the '.' , it will be added automagically!

If the specified file already exists in the directory, Python-Notepad will start writing from the end of the file and let you know

Thanks for downloading, please star my GitHub!