A simple, user-friendly Python GUI application built with tkinter that lets you manage, search, and output item data for editing your inventory in the cycle: reborn.
- Add and update items with:
- Item Name
- Item ID
- Item String
- Dynamic search through items by name, ID, or string
- Double-click to autofill fields from item list
- JSON input parser for item data
- Output item as a formatted JSON string with customizable amount
- Undo/Redo support
- Persistent data saved in
items_data.txt - Clipboard auto-copy for generated JSON
- Python 3.x
- No external libraries needed β uses standard
tkinterandjson
- Clone the repository:
git clone https://github.com/yourusername/item-manager-gui.git
cd item-manager-gui- Run the app:
python item_manager.py-
Ensure that the items_data.txt file is in the same directory as the script. It will be created automatically if missing.
-
You must select an item from the list before outputting a JSON string.
-
The amount field must be a number greater than zero.
MIT License