| Feature | Description |
|---|---|
| 📝 Notes | Write, save, and share notes with font options |
| 💱 Currency | Real-time exchange rates (Frankfurter API) |
| 🪙 Crypto | Real-time BTC, ETH & PI Price Monitor via Binance API |
| 🧮 Calculator | Scientific calculator with advanced functions |
| 📏 Converter | 7 categories: Length, Mass, Volume, Temperature, Electricity, Velocity, Liquid/Gas |
| 🌐 Online Tools | 10 website shortcuts with official favicons |
| 🎨 Modern UI | Dark/Light mode, smooth interface |
| ⚙️ Portable EXE | Run without Python installation |
Download the latest GrizzleDesk.exe from Releases
Double-click GrizzleDesk.exe – no installation required!
git clone [https://github.com/b70386/grizzledesk.git](https://github.com/b70386/grizzledesk.git)
cd grizzledesk
pip install -r requirements.txt
python main.pygrizzledesk/
├── main.py # Entry point
├── requirements.txt # Python dependencies
├── assets/ # Icons and images
├── tabs # Tab Modules
├── LICENSE # MIT License + Trademarks
└── README.md # This file
GUI Framework: CustomTkinter 5.2.2
Image Processing: Pillow 12.2.0
HTTP Requests: Requests 2.32.3
Markdown: markdown 3.7
Packaging: PyInstaller 6.20.0
Notes with font options & share
Currency converter (real-time)
Scientific calculator
Unit converter (7 categories)
Online tools shortcuts
Dark/Light mode
System tray support
Custom themes
Export notes to PDF
More currency pairs
Contributions are welcome! Feel free to:
Fork the repository
Create a feature branch
Commit your changes
Push to the branch
Open a Pull Request
For Personal Use Only
GrizzleDesk is designed for personal productivity.
Users are responsible for complying with applicable laws and regulations.
### Libraries & Frameworks
- [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter) – Modern GUI framework
- [Open ER-API](https://www.exchangerate-api.com/docs/free-exchange-rate-api) – Stable exchange rates
- [Binance API](https://binance-docs.github.io/apidocs/spot/en/) – Real-time crypto prices
- [PyInstaller](https://pyinstaller.org) – Packaging Python apps
### Online Tools (Icons & References)
Thanks to the respective owners of:
- [GitHub](https://github.com/)
- [Python.org](https://www.python.org/)
- [Cobalt Tools](https://cobalt.tools/)
- [Hybrid Analysis](https://hybrid-analysis.com/)
- [VirusTotal](https://www.virustotal.com/)
- [iLovePDF](https://www.ilovepdf.com/)
- [iLoveIMG](https://www.iloveimg.com/)
- [BrowserLeaks](https://browserleaks.com/)
- [Fast.com](https://fast.com/)
- [ScamAdviser](https://www.scamadviser.com/)
All trademarks are property of their respective owners.
Made with 🛠️ for productivity

