A Python-based Terminal User Interface (TUI) application designed to automate electronic waste management, calculate recycling fees (with bulk discounts), monitor storage capacity limits, and flag hazardous materials exceeding safety periods
- Make sure you have Python installed on your machine.
- Place the script into a directory.
- Open your terminal/command prompt, navigate to the folder, and run:
python main.py
main.py- The core application script containing the system logic and menus.items.json- Flat-file data store where each line holds a JSON object representing an item.config.json- Configuration profile used to track and store maximum system storage capacity.
