-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
ArN-LaB edited this page May 30, 2026
·
2 revisions
Download the build for your OS from the Releases page (produced by CI), unzip,
and run SpoolScribe (.exe on Windows, .app on macOS, binary on Linux).
python -m venv .venv
# Windows: .venv\Scripts\activate
# macOS / Linux: source .venv/bin/activate
pip install -r requirements.txt
python app_gui.py- The app opens offline. No network call happens on startup.
- Browse or search filaments by SKU, product, or color.
- Select a filament to see its details and color swatch.
- Select a SKU.
- (Optional) Click Inspect JSON to review the OpenSpool payload.
- Click Generate NFC JSON. The file is written to the
output/folder.
Next: Writing RFID Tags.