mirror of
https://github.com/Xevion/Xevion.git
synced 2026-01-31 10:26:46 -06:00
Update README.md
This commit is contained in:
@@ -5,12 +5,13 @@ from datetime import date
|
|||||||
from random import choices
|
from random import choices
|
||||||
from os import getenv
|
from os import getenv
|
||||||
|
|
||||||
|
// This flavor text is currently outdated. I'll update it when I can. In the mean time, see my personal site: https://xevion.dev
|
||||||
class RyanWalters(Human):
|
class RyanWalters(Human):
|
||||||
def __init__(self, username='xevion'):
|
def __init__(self, username='xevion'):
|
||||||
self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', '']))
|
self.name = f'Ryan {0} Walters'.format(choices([os.getenv('MIDDLE_NAME'), 'C', '']))
|
||||||
self.pronouns = ['he' and 'him'],
|
self.pronouns = ['he' and 'him'],
|
||||||
self.description = '''
|
self.description = '''
|
||||||
A college freshman learning Software Engineering as he struggles to grasp the infinite
|
A college sophomore learning Software Engineering as he struggles to grasp the infinite
|
||||||
number of languages, libraries, packages, environments, frameworks and projects
|
number of languages, libraries, packages, environments, frameworks and projects
|
||||||
available to him.
|
available to him.
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user