About
GAM helps teams manage IT assets, repair records, inspections, allocations, and cloud sync workflows. It offers both local SQLite storage and optional MySQL cloud integration.
Features
- Scan and extract memos, repair forms, and inspection sheets.
- Centralized hardware databank and allocation tracking.
- Repair and return workflows with reporting.
- Optional MySQL migration and synchronization tools.
- Portable Windows build with bundled OCR (EasyOCR / Tesseract) support.
Installation
Prerequisites: Python 3.10+ on Windows. Recommended to use a virtual environment.
- Create a virtual environment and activate it:
- Install dependencies:
- Run the app (development):
- Or use the bundled distribution (Windows): run the EXE produced by the build script.
python -m venv venv
venv\Scripts\Activate.ps1
pip install -r requirements.txt
python main.py
License
See the repository for licensing and contribution guidelines.