An open API service indexing awesome lists of open source software.

https://github.com/js00001/cpu-simulator


https://github.com/js00001/cpu-simulator

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

### Running the app

- Ensure that python is installed on your system
- Run the following command to install the required packages

```bash
pip install matplotlib
```

- Run the following command to run the app

```bash
python main.py
```