Skip to content

ChocoboCoding/Item-Manager-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”§ Item Manager GUI

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.

πŸ“¦ Features

  • 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

βš™οΈ Requirements

  • Python 3.x
  • No external libraries needed – uses standard tkinter and json

πŸš€ Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/item-manager-gui.git
cd item-manager-gui
  1. Run the app:
python item_manager.py

πŸ“ Notes

  • 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.

πŸ“„ License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages