Last active
June 14, 2022 11:57
-
-
Save hoemotion/bc6c76dbef34c634d27dbb3378720ee9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from Human import AboutMe | |
class hoemotion(AboutMe): | |
def __init__(self): | |
self.username = "hoemotion" | |
self.contacts = { | |
"Discord": None, | |
"Guilded": "guilded.gg/u/karma", | |
"Instagram": "karma.meme", | |
"twitter": "hoemotion77" | |
} | |
self.aliases = [ | |
"Karma", | |
"karma.meme" | |
] | |
self.location = "Germany" | |
self.age = None | |
self.occupation = "Coding things for fun" | |
self.projects = { | |
"public": { | |
"total": 10, | |
"location": "github.com/hoemotion?tab=repositories" | |
}, | |
} | |
self.operating_system = "macOS" | |
self.resume = """Hi, | |
my name is hoemotion, | |
I'm a young developer from Germany who watches a lot of Anime and plays ping-pong and basketball. | |
Yeah thats pretty much all thanks for reading this peace of shit""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment