Metadata-Version: 2.1
Name: MakeOrBreak
Version: 1.2.0
Author: 4_Stooges
Author-email: jorwong5@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# HackNRoll2023_The4Stooges

Click [here](https://pypi.org/project/MakeOrBreak/) for the link to the PyPi Package.

# How to:

## Install
1. `pip3 install MakeOrBreak`

## Run
1. run `MakeOrBreak` in the terminal after installing, OR
2. Create a python script to import `MakeOrBreak.main`

### Example python script
```py
import MakeOrBreak.main

main()
```

# Disclaimer
Note that this application does not work on Windows due to limitations in permissions for the notification center

# Contributors
1. [Jordan](https://github.com/jorwong)
2. [Guohuang](https://github.com/guohuang88)
3. [Zhi Wei](https://github.com/ZhiWei1010)
