Skip to content

BilHim/trafficSimulator

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


trafficSimulator

A microscopic traffic simulator in Python.

About The Project

trafficSimulator screenshot

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.

(back to top)

Built With

  • Python
  • Numpy
  • Scipy
  • Dear PyGui

Based on:

(back to top)

Getting Started

Prerequisites

Requires Python 3.7+.

Installation

Using PIP

pip install trafficSimulator

Installing from source

  1. git clone https://github.com/BilHim/trafficSimulator
  2. cd trafficSimulator
  3. pip install -e .

(back to top)

Usage

You can import the module using:

import trafficSimulator as ts

For more examples, please refer to the Examples folder.

(back to top)

Documentation

To be completed.

(back to top)

Roadmap

To be completed.

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Bilal Himite

Project Link: https://github.com/BilHim/trafficSimulator

(back to top)