"""
[INFO] -> I dont take responsibility for any damage done using this.
[P.S.] -> Not sure how much you can do but whatever.
"""

from Github import ReadMe
class ZakariPicker(ReadMe):
    def __init__(self):
        self.ReadMe = ReadMe
        self.name = 'Zakari Choice-Picker'
        self.authors = [
            'Nell'
        ]
        self.version = 1.0
        self.platform = 'Github'
        self.link = 'https://github.com/7qo/choice-picker'
        self.language = 'Python'
        self.compatibleOS = [
            'Windows',
            'Linux Based Distros'
        ]
        self.authorContacts = {
            'Discord': 'nell#2000',
            'Telegram': 't.me/abortionist'
        }

GitHub

View Github