Generative Asset management System (GAM)

A lightweight desktop app for asset tracking, inspections, repairs, and database sync.

Get Started

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

Installation

Prerequisites: Python 3.10+ on Windows. Recommended to use a virtual environment.

  1. Create a virtual environment and activate it:
  2. python -m venv venv
    venv\Scripts\Activate.ps1
  3. Install dependencies:
  4. pip install -r requirements.txt
  5. Run the app (development):
  6. python main.py
  7. Or use the bundled distribution (Windows): run the EXE produced by the build script.

Author & Contact

Author: Davon Opoku (@ DevOps DOK-WEB)

Project maintained in: c:\DevOPS\GENERATIVE-ASSET-MANAGMENT-APP

License

See the repository for licensing and contribution guidelines.