# buscraft **Repository Path**: courageheart/buscraft ## Basic Information - **Project Name**: buscraft - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-18 - **Last Updated**: 2025-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README BusCraft ======== Prototype of BusCraft, a Python / PySide6 based UVM VIP generator with a plugin architecture for multiple bus protocols. Quick start: python -m venv .venv # Windows .venv\Scripts\activate # Linux/macOS source .venv/bin/activate pip install --upgrade pip pip install -r requirements.txt python -m buscraft.main