Metadata-Version: 2.1
Name: sussypy
Version: 0.1.0.dev0
Summary: A very sus Python library
Home-page: https://github.com/byemc/sussypy
Author: Bye
Author-email: bye@byecorps.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/byemc/sussypy/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE

# sussy.py

a sus Python library.

## examples

To generate an ejected message:
```py
from sussy import prompts

print(prompts.Voting.ejected("Bye", False, 2))
                #  (name, isImposter, remaining)

# Returns 
# '''Bye was not the Imposter.
#    2 Imposters remain.'''

print(prompts.Voting.ejected_noconf("Bye"))
                #  (name)

# Returns
# 'Bye was ejected.'
```


