Skip to content

BeepBoopBit/Memory-Viewer-OS-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating System Memory Viewer

Installation

  1. Make sure that you have Python3
  2. Type in your terminal bash run.sh -i to install all dependencies

[Note: Not all modules in the requirements.txt are needed. I just freeze my current set-up]

Usage

  1. Type in your terminal bash run.sh to run the application using Python
  2. Type in your terminal bash run.sh -p3 to run the application using Python3

Descriptions

Here are some additional information about the important classes

Control vs Viewer

Control Viewer
Controls the algorithm, the data, and the processes of the application Views the data that is being process
Get the inputs of the user Stagnant, can only view information

References