Skip to content
View ComputerTech312's full-sized avatar

Organizations

@hexchat@TechNet-Official@pyechat

Block or report ComputerTech312

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ComputerTech312/README.md

Hello. (•◡•)/

fromcolbyimportinformationclassAboutMe: def__init__(self): self.name='Colby Lipsett'self.nick='ComputerTech'self.birthday=1028541600self.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." }, ] defintroduce(self): print(f'Hello, my name is {self.name}. I\'m from {self.location} and am {self.age} years old.') print(f'I\'m a {self.about}.') my_profile=AboutMe() my_profile.introduce()

Pinned Loading

  1. PluginsPluginsPublic

    Plugins intended for different software and platforms.

    Python 8

  2. EliteBotEliteBotPublic

    Forked from EliteBot-irc/EliteBot

    Python 3

  3. TechPasteTechPastePublic

    A simple Pastebin.

    Python 3 2

  4. pyechatpyechatPublic

    Forked from pyechat/pyechat

    PyQt+ IRC Client.

    Python 3 1

  5. scriptsscriptsPublic

    Various scripts I've made

    Python