Metadata-Version: 2.4
Name: shutup-overlay
Version: 0.1.2
Summary: Hotkey-triggered overlay messages submitted to Hack Club Flavortown.
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: keyboard

# Shut-Up
A SUPER simple python project that uses tkinter to add a ‘shut up’ message on screen when you press certain F keys!

### How to use

Run `pip install shutup-overlay`



Keybinds:

| Key | Action |
| --- | --- |
| F3 | kill |
| F4 | custom message |
| F5 | lock display |
| F6 | move display |
| F7 | 'SHH' warning |
| F8 | good job |
| F9 | main warning |
| F10 | hide warning |

To show the moveable box press `F6` and to lock it in place press `F5` then you can use the keys to show differant warnings.

### Screenshots

![](https://cdn.hackclub.com/019d6e1d-9b9a-76b3-9eed-5731a660684b/image.png)

![](https://cdn.hackclub.com/019d6e29-e760-7191-a5f7-116e06312dc9/image.png)
