GRAPHITE_APP-First Release.exe
📝 Graphite v1.0.0 - Initial Release
Welcome to the first official release of Graphite! This is a lightweight, fast, and completely local desktop note-taking application built with Python and PyQt6.
✨ Features
- Create & Edit: Easily draft new notes or update existing ones.
- Organized Sidebar: All notes are automatically saved and sorted in the sidebar by their last updated time.
- Local Storage: All your data is securely stored locally on your machine using MySQL.
- Crash-Proof Database: The app automatically handles database connection errors safely in the background.
Because Graphite stores your notes locally using a MySQL database, you must have MySQL installed and running on your computer before opening the app.
- Host:
localhost - User:
root - Password:
password
(Note: The app will automatically generate the notepad database and tables for you upon first launch!)
🚀 How to Install and Run
- Download the
installer.zipfile from the Assets section below. - Extract/unzip the folder anywhere on your computer.
- Ensure both
window.exeandlogo.pngremain in the same folder. - Double-click
window.exeto launch Graphite!