https://github.com/js00001/cpu-simulator
https://github.com/js00001/cpu-simulator
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/js00001/cpu-simulator
- Owner: JS00001
- Created: 2024-11-13T20:56:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T20:57:11.000Z (over 1 year ago)
- Last Synced: 2025-03-17T17:19:57.482Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```