Skip to content

Windows Notepad Replacement with Translation, TTS, and much more!

License

Notifications You must be signed in to change notification settings

rohankishore/ZenNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZenNotes

License Demo Demo

✍️ What is ZenNotes?

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.

image

image


📃 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 page or build it yourself by following the steps below.
  • Clone the repo / Download it

  • pip install -r requirements.txt
  • python -m main.py

Build ZenNotes

python -m build.py

or type in the Pyinstaller command:

pyinstaller --onedir -w --icon="icon.ico" main.py

💖 Credits & Acknowledgements

This project was made possible because of zhiyiYp's PyQt-Fluent-Widgets.

Icon Credit : Fluent Icons


🪪 License

This project is licensed under the MIT License. See LICENSE.md for more info.