ZenNotes is being ported to macOS by @matthewyang204. Check the repo here
ZenNotes is a minimalistic Notepad app with a sleek design inspired by Fluent Design. It offers the familiar look of the Windows Notepad while having much more powerful features like Translate, TTS, etc.
- Edit files (duh)
- Windows Fluent Design with Mica support
- Built-in Translation
- Text to Speech
- Encrypt and Decrypt
- Markdown support (Note: BR and HR may require closing tags to work)
You can either Download Notes(1) by going to the Releases page or build it yourself by following the steps below.
-
Clone the repo / Download it
-
pip install -r requirements.txt
-
python -m main.py
python -m build.py
or type in the Pyinstaller command:
pyinstaller --onedir -w --icon="icon.ico" main.py
This project was made possible because of zhiyiYp's PyQt-Fluent-Widgets.
Icon Credit : Fluent Icons
This project is licensed under the MIT License. See LICENSE.md for more info.