SkillAgentSearch skills...

TrafficSimulator

A microscopic traffic simulation in Python

Install / Use

/learn @BilHim/TrafficSimulator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->

<a name="readme-top"></a>

<!-- PROJECT SHIELDS --> <!-- *** I'm using markdown "reference style" links for readability. *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. *** https://www.markdownguide.org/basic-syntax/#reference-style-links --> <div align="center">

Contributors Forks Stargazers Issues MIT License LinkedIn

</div> <!-- PROJECT LOGO --> <br /> <div align="center"> <h3 align="center">trafficSimulator</h3> <p align="center"> A microscopic traffic simulator in Python. </p> </div> <!-- ABOUT THE PROJECT -->

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.

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Built With

  • Python
  • Numpy
  • Scipy
  • Dear PyGui

Based on:

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED -->

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 .
<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- USAGE EXAMPLES -->

Usage

You can import the module using:

import trafficSimulator as ts

For more examples, please refer to the Examples folder.

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- DOCUMENTATION -->

Documentation

To be completed.

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ROADMAP -->

Roadmap

To be completed.

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTRIBUTING -->

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
<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- LICENSE -->

License

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

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTACT -->

Contact

Bilal Himite

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

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

Related Skills

View on GitHub
GitHub Stars399
CategoryDevelopment
Updated1d ago
Forks143

Languages

Python

Security Score

95/100

Audited on Apr 5, 2026

No findings