The Transport Management System (TMS) is a comprehensive solution designed to manage all aspects of transportation operations. It streamlines the process of planning, executing, and optimizing the physical movement of goods. This system is ideal for logistics companies, carriers, and any business that requires effective transportation management.
- Python 3.8 or higher
- PySide6
- MySQL Server
-
Clone the repository
git clone https://github.com/pyapril15/tms.git cd tms -
Create and activate a virtual environment
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies
pip install -r requirements.txt
-
Run the application
python main.py