Cross-platform system tray developer utilities
Project description
GadgetBox
Cross-platform system tray developer utilities at your fingertips.
[GIF PLACEHOLDER - system tray app with tools opening across Windows, macOS, and Linux]
Works on Windows, macOS, and Linux.
Why GadgetBox?
- Free & Open Source — MIT licensed, no ads, no tracking, community-driven
- Offline First — All processing happens locally. Nothing is ever sent to external services
- Pip Installable — Single command installation. Works with Python 3.10+
Quick Start
pip install gadgetbox
gadgetbox
Click the wrench icon (🔧) in your system tray to access all tools.
Tools
GadgetBox includes 12 essential developer utilities:
| Tool | What it does |
|---|---|
| 📝 JSON Formatter | Format, validate, and minify JSON |
| 🔐 JWT Decoder | Decode and inspect JSON Web Tokens |
| 🆔 UUID / ULID Generator | Generate UUID v4, v7, or ULID identifiers |
| 📄 Base64 Encode/Decode | Encode text to Base64 or decode back |
| #️⃣ Hash Generator | Generate MD5, SHA256, SHA512 hashes |
| ⏰ Timestamp Converter | Convert between Unix timestamps and readable dates |
| 🔗 URL Encode/Decode | Encode and decode URL-safe strings |
| 🔍 Regex Tester | Test regular expressions with live matches |
| 🎨 Color Converter | Convert between hex, RGB, and HSL colors |
| 📚 Lorem Ipsum Generator | Generate placeholder text and paragraphs |
| 🔑 Password Generator | Create secure random passwords |
| ⏱️ Cron Parser | Parse and explain cron expressions |
Smart Clipboard
GadgetBox auto-detects your clipboard content and opens the right tool automatically.
How it works:
- Copy anything to your clipboard (JSON, UUID, JWT, URL, etc.)
- Click "Clipboard: Auto-detect" in the GadgetBox menu
- The matching tool opens with your content pre-filled
Supports auto-detection for: JSON, JWT, UUID, Base64, URL-encoded text, timestamps, hex colors, and cron expressions.
Configuration
GadgetBox stores user preferences in ~/.config/gadgetbox/config.yaml on macOS/Linux, or %APPDATA%/gadgetbox/config.yaml on Windows. Edit this file to customize:
# Default hash algorithm: md5, sha256, sha512
default_hash_algorithm: sha256
# Timestamp format (Python strftime)
timestamp_format: "%Y-%m-%d %H:%M:%S"
# Password generator length
password_length: 16
# UUID version: v4, v7
uuid_version: v4
# Enable clipboard auto-detection
auto_clipboard_detection: true
# Watch clipboard for changes (experimental)
clipboard_watcher: false
The config file is created automatically on first run with sensible defaults.
Installation
From PyPI (Recommended)
pip install gadgetbox
gadgetbox
From Source
git clone https://github.com/vamsi876/gadgetbox.git
cd gadgetbox
pip install -e .
gadgetbox
For development setup, see CONTRIBUTING.md.
Permissions (macOS)
GadgetBox needs clipboard access to work. On first run, macOS will ask for permission:
"GadgetBox" would like to access your clipboard.
Click Allow to enable clipboard auto-detection. You can revoke this later in System Preferences → Security & Privacy → Accessibility.
Troubleshooting
"command not found: gadgetbox"
- Ensure Python 3.10+ is installed:
python3 --version - Reinstall:
pip install --upgrade gadgetbox
System tray icon doesn't appear
- Restart the app: press Ctrl+C to quit, then run
gadgetboxagain
Clipboard detection not working
- On macOS, grant clipboard permission: System Preferences → Security & Privacy → Accessibility
- Enable in config:
auto_clipboard_detection: true
Contributing
Found a bug? Want a new tool? Head to CONTRIBUTING.md to get started.
Quick links:
Built With
- pystray — System tray application support
- tkinter — Cross-platform GUI toolkit
- Pillow — Image processing for tray icons
- plyer — Platform-independent Python API for accessing hardware features
- pyperclip — Cross-platform clipboard support
- PyJWT — JWT encoding and decoding
- pyyaml — YAML configuration parsing
- croniter — Cron expression parsing
Security
All data processing happens locally on your machine:
- Input is never sent to external services
- Clipboard content is not logged or stored
- No telemetry or analytics
See LICENSE for full details.
License
MIT License © 2024-2026 GadgetBox Contributors
See LICENSE for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gadgetbox-0.2.2.tar.gz.
File metadata
- Download URL: gadgetbox-0.2.2.tar.gz
- Upload date:
- Size: 32.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5ec8163e1a02cb6d247cf18af8bc8a429d94349ae645687422418d8efaddaa4
|
|
| MD5 |
c7c4850472b42487b979a74a78632148
|
|
| BLAKE2b-256 |
f99db71862041e055ee1a6d82a342b3304bf499a475a9729cbc429667e3fe442
|
File details
Details for the file gadgetbox-0.2.2-py3-none-any.whl.
File metadata
- Download URL: gadgetbox-0.2.2-py3-none-any.whl
- Upload date:
- Size: 33.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c89d57a9ec99fa7c95e235e391202c2f7d7d48926a47ec53373f23d7403047ed
|
|
| MD5 |
423b2e8af8f583dfcbff93aa6d3ce3d4
|
|
| BLAKE2b-256 |
a674aeb2b1787b039383fb5f35b12af30de59fea7b52f6cf9dab5200dcaf84a3
|