https://github.com/k-forghani/stock-market-simulator
A simulator of the stock market system
https://github.com/k-forghani/stock-market-simulator
advanced-programming final-project iust stock-market-simulator
Last synced: 2 months ago
JSON representation
A simulator of the stock market system
- Host: GitHub
- URL: https://github.com/k-forghani/stock-market-simulator
- Owner: k-forghani
- License: mit
- Created: 2023-06-05T07:43:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T14:09:48.000Z (over 1 year ago)
- Last Synced: 2025-02-14T22:13:55.681Z (4 months ago)
- Topics: advanced-programming, final-project, iust, stock-market-simulator
- Language: Jupyter Notebook
- Homepage:
- Size: 2.95 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Market Simulator
## Introduction
This is a simulator of the stock market system, developed as one of the final projects of **Advanced Programming** (**Spring 2023**) course at **Iran University of Science and Technology**. The architecture of the project is based on the [project description](description.pdf) provided by teaching assistants.
## Setup
On Ubuntu operating system, just run `setup.sh`, and then you can launch *JupyterLab*
```bash
jupyter lab
```or *Jupyter Notebook*
```bash
jupyter notebook
```to explore the project.
**Note**: If you have installed new dependencies, please freeze them into `requirements.txt` for future use:
```shell
pip3 freeze > requirements.txt
```## Developers
This project was developed by [*Kazem Forghani*](https://github.com/k-forghani) and [*Iman Ghader*](https://github.com/iman008), students of Computer Science Department of Iran University of Science and Technology.
You can contact via [email protected].
## License
This project has been released under *MIT License*.