Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.03 KB

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 provided by teaching assistants.

Setup

On Ubuntu operating system, just run setup.sh, and then you can launch JupyterLab

jupyter lab

or Jupyter Notebook

jupyter notebook

to explore the project.

Note: If you have installed new dependencies, please freeze them into requirements.txt for future use:

pip3 freeze > requirements.txt

Developers

This project was developed by Kazem Forghani and Iman Ghader, students of Computer Science Department of Iran University of Science and Technology.

You can contact via k_forghani@mathdep.iust.ac.ir.

License

This project has been released under MIT License.