# tool_desktop **Repository Path**: chztech/tool_desktop ## Basic Information - **Project Name**: tool_desktop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-11 - **Last Updated**: 2025-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Desktop Application A modern desktop application built with QML and Python (PySide6). ## Features - Modern frameless UI design - User authentication system - Project management - Configuration management - Tool integration framework ## Requirements - Python 3.8 or higher - PySide6 - SQLite3 ## Installation 1. Clone the repository 2. Install dependencies: ```bash pip install -r requirements.txt ``` ## Running the Application To start the application, run: ```bash python main.py ``` ## Project Structure - `main.py`: Application entry point - `ui/`: QML interface files - `main.qml`: Main window interface - `user_login.qml`: Login interface - `models/`: Data models - `controllers/`: Business logic - `resources/`: Application resources ## Development The application uses: - QML for the user interface - Python (PySide6) for backend logic - SQLite for data storage ## License MIT License