from colby import information
class AboutMe:
def __init__(self):
self.name = 'Colby Lipsett'
self.nick = 'ComputerTech'
self.birthday = 1028541600
self.gender = 'male'
self.about = 'full stack developer/sysadmin that enjoys breaking and fixing things.'
self.location = 'Ireland'
self.hobbies = ['Programming', 'Sysadmin', 'IRC', 'LEGO']
self.languages = ['Python', 'JavaScript', 'Go', 'Tcl']
self.os = ['Ubuntu']
self.timezone = ['UTC+1']
self.projects = [
{
'project': 'Sharey',
'language': 'Python',
'description': "A website for sharing files, URL redirection and Pastes."
},
]ComputerTech312/ComputerTech312
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|