A microscopic traffic simulator in Python.
trafficSimulator is a Python project that aims to provide a flexible and user-friendly platform for creating and testing traffic scenarios and analyzing their outcomes.
trafficSimulator is suitable for students, researchers and practitioners who are interested in studying traffic phenomena and finding solutions for traffic problems.
To learn more about how the project was created check out this article on Medium.
Requires Python 3.7+.
pip install trafficSimulator
git clone https://github.com/BilHim/trafficSimulator
cd trafficSimulator
pip install -e .
You can import the module using:
import trafficSimulator as ts
For more examples, please refer to the Examples folder.
To be completed.
To be completed.
Check out the Contribution Guidelines.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Bilal Himite
Project Link: https://github.com/BilHim/trafficSimulator