Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1003 Bytes

File metadata and controls

53 lines (36 loc) · 1003 Bytes

AmogOS Notes

A modern notes app made for AmogOS.

This program is heavily under development, this is alpha software!

Features

  • Modern multiple themes interface
  • Sidebar navigation
  • Gradient text styling
  • Note organization by categories (alpha will be buggy)
  • Favorites section
  • Sync capabilities (coming soon)
  • Recycle bin
  • Temporary notes
  • Settings management
  • Amogus Buddies

Easily Running AmogOS Notes

Download the Latest Binary here

Linux x86_64: https://github.com/Amog-OS/AmogOS-Notes/releases/tag/1.0-alpha-linux-x86_64

Windows x86_64: https://github.com/Amog-OS/AmogOS-Notes/releases/tag/1.1-alpha-windows-x86_64

Running AmogOS Notes Manually

  1. Clone this repository
  2. Install the required dependencies:
pip install -r requirements.txt

Data Storage

~/.amogosnotes_data

Running the Application

To start the application, run:

python main.py

Development

This application is built using:

  • Python 3.13.3 & PyQt6