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)
Let's get ZenNotes set up on your PC!
- Windows 10 x64 or later, a Linux distro running kernel 6.x or later, or macOS 11+
- Python 3.9 or later
- Python installation is bootstrapped with pip
- (Recommended) A fresh venv created with
python -m venv venvand activated withvenv\Scripts\activate - The contents of
requirements.txtinstalled viapip install -r requirements.txt - (If building an installer) Inno Setup 6.4.3 or later
You can download a prebuilt installer from the Releases or build one yourself. If using prebuilt installers, just skip to the use section.
- Clone the repo or download a tarball
- Install all prerequisites
python build.pyto compile the program first- Open up the
.issInno Setup script and compile it via Ctrl+F9 orBuild > Compile- installer can be found inOutputfolder
Just run the .exe file, duh.
This is for people who solely just want to run without installation for mostly testing purposes.
We need the prerequisites above. After getting them, you can run the program with pythonw main.py to run it without flooding your terminal with logging, or you can just run with python main.py to troubleshoot errors and debug it.
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.

