https://github.com/rohankishore/zennotes
Windows Notepad Replacement with Translation, TTS, and much more!
https://github.com/rohankishore/zennotes
fluent-design mica notepad notes-app pyside6 qscintilla windows windows-11
Last synced: about 1 month ago
JSON representation
Windows Notepad Replacement with Translation, TTS, and much more!
- Host: GitHub
- URL: https://github.com/rohankishore/zennotes
- Owner: rohankishore
- License: mit
- Created: 2023-10-13T00:16:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T12:41:40.000Z (8 months ago)
- Last Synced: 2025-03-12T18:56:26.438Z (about 1 month ago)
- Topics: fluent-design, mica, notepad, notes-app, pyside6, qscintilla, windows, windows-11
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 117
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ZenNotes



![]()
*_ZenNotes is being ported to macOS by @matthewyang204. Check the repo [here](https://github.com/matthewyang204/ZenNotes-Mac-Binaries)_*
## ✍️ What is ZenNotes?
ZenNotes is a minimalistic Notepad app with a sleek design inspired by [Fluent Design](https://fluent2.microsoft.design/). It offers the familiar look of the Windows Notepad while having much more powerful features like Translate, TTS, etc.

## 📃 Features
- 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)
## 👒 Getting Started
##### You can either Download Notes(1) by going to the [Releases](https://github.com/rohankishore/ZenNotes/releases) page or build it yourself by following the steps below.
- Clone the repo / Download it
- ```bash
pip install -r requirements.txt
```- ```bash
python -m main.py
```### Build ZenNotes
```bash
python -m build.py
```or type in the [Pyinstaller](https://pypi.org/project/pyinstaller/) command:
```bash
pyinstaller --onedir -w --icon="icon.ico" main.py
```
## 💖 Credits & Acknowledgements
This project was made possible because of [zhiyiYp](https://github.com/zhiyiYp)'s [PyQt-Fluent-Widgets](https://github.com/zhiyiYo/PyQt-Fluent-Widgets).
Icon Credit : [Fluent Icons](https://fluenticons.co/)
## 🪪 License
This project is licensed under the MIT License. See LICENSE.md for more info.