# trafficSimulator **Repository Path**: hoops/trafficSimulator ## Basic Information - **Project Name**: trafficSimulator - **Description**: 交通仿真 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-07 - **Last Updated**: 2023-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Traffic Simulator ## Important! Due to the unexpected large interest in the project, I'm currently working on redesigning the project from scratch to be more efficient and customizable. If you have any suggestions or ideas, don't hesitate to send me a message. If you are interested in seeing the project evolve further, any support is appreciated. ## About The Project A traffic simulator implemented in Python using pygame. To learn more about how the project was created check out this [article](https://towardsdatascience.com/simulating-traffic-flow-in-python-ee1eab4dd20f). on Medium. ## Getting Started ### Prerequisites This project requires `numpy`, `pygame`, and `scipy`, and works with Python 3. ### Using trafficSimulator Simply put the `trafficSimulator` folder in the same path as your file, Then use `from trafficSimulator import *`. ## Documentation The documentation process for this project has not started yet. If you want to contribute, check how to contribute below. ## Contributing Your contributions are always welcome! Please have a look at the [contribution guidelines](https://github.com/BilHim/trafficSimulator/blob/main/CONTRIBUTING.md) first. ## Licensing Check the project license [here](https://github.com/BilHim/trafficSimulator/blob/main/LICENSE.md).