Simple text editor with password protection
Binary files are available for Windows in the releases section.
Use pyinstaller
with the following command:
pyinstaller --onefile --windowed --icon=icon.ico mdelaf_editor.py
Using this command, a single binary file will be created and the whole Python library will be bundled within it. Because of this, the size may be quite large (> 30 MB).