biringaChi / Grader

A simple Grader software illustrating Main Program and Subroutines, Pipes and Filters, and Data Abstraction architectural patterns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grader

Description

A simple Grader software illustrating Main Program and Subroutines, Pipes and Filters, and Data Abstraction architectural patterns.

Installation

$ pip install -r requirements.txt

Running Grader

Main Program and Subroutines

$ cd mainprogram_subroutines/
$ python main_program.py

Data Abstraction

$ cd data_abstraction/
$ python master_control.py

Pipes and Filters

$ cd pipes_filters/
$ python sink.py

About

A simple Grader software illustrating Main Program and Subroutines, Pipes and Filters, and Data Abstraction architectural patterns.


Languages

Language:Python 100.0%