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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, 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. (•◡•)/

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."
            },
        ]

    def introduce(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. Plugins Plugins Public

    Plugins intended for different software and platforms.

    Python 8

  2. EliteBot EliteBot Public

    Forked from EliteBot-irc/EliteBot

    Python 2

  3. TechPaste TechPaste Public

    A simple Pastebin.

    Python 3 2

  4. pyechat pyechat Public

    Forked from pyechat/pyechat

    PyQt+ IRC Client.

    Python 3 1

  5. TechIRCd TechIRCd Public

    Simple IRCd

    Go 2