Metadata-Version: 2.1
Name: randomizer-package
Version: 0.2.0
Summary: A randomizer gui application for generating random outputs.
Home-page: https://github.com/NBlancs/randomizer_nblancs
Author: Nblancs
Author-email: noeljhumel.blanco@1.ustp.edu.ph
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## Randomizer Application Documentation
  ###  Week 1: Planning and Design
  ##### Includes: Task Description and Features, Class Hierarchy and Methods, UI Layout and Functionalities, UML Diagram
  [Randomizer Application Proposal](Proposal.pdf)

  ###  Week 2: Initial Implementation
  [Jupyter Notebook Link](https://jupyter.org/)
  ##### Jupyter Notebook Documentation:
  
  - [View gui_randomizer.ipynb](jupyternotebook/gui_randomizer.ipynb)
  
  - [View model_randomizer.ipynb](jupyternotebook/model_randomizer.ipynb)
  
  - [View controller_randomizer.ipynb](jupyternotebook/controller_randomizer.ipynb)

  ###  Week 3: Advanced Implementation and Testing

