Skip to content
Avatar
http://discord.zoony.xyz
http://discord.zoony.xyz

Highlights

Organizations

@Lifty-Community
zoony1337/README.md
class Zoony1337:
    def __init__(self):
        self.variables = {
            'name': 'Akam Hamak',
            'age': 17,
            'hobby': 'Developing',
            'languages': ('Swedish', 'English', 'Kurdish')
        }

    def description(self):
        print('------zoony------')
        for index, value in enumerate(self.variables.values()):
            if index == 0:
                print(f'Name: {value}')
            elif index == 1:
                print(f'Age: {value}')
            elif index == 2:
                print(f'Hobby: {value}')
            elif index == 3:
                print(f'Languages: {value}')

    def social_medias(self):
        platforms = {
            'YouTube': 'DayZoonHD',  # 45.000 subscribers
            'Instagram': 'akamhamak',
            'Discord Username': 'zoony#2003',
            'Discord Server': 'http://discord.zoony.xyz',
            'Telegram': 'zoony1337'
        }

        print('\n-----contact-----')
        for key, value in platforms.items():
            print(f'{key}: {value}')


if __name__ == '__main__':
    zoony = Zoony1337()
    zoony.description()
    zoony.social_medias()

Pinned

  1. Automatically saves your Discord friends, servers and loads them.

    Python 6 3

  2. Changes your Discord Custom status every 5 seconds.

    Python 12 2

  3. Checks the validity of your own GFUEL accounts.

    Python 4

  4. Creates Spotify accounts for you.

    Python 11 5

  5. Automatically makes you win every typeracer.com game.

    Python 4 1

  6. Spams with messages in a server.

    Python 6

209 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Mon Wed Fri

Contribution activity

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.