Skip to content
View ComputerTech312's full-sized avatar

Organizations

@hexchat @TechNet-Official @pyechat
Block or Report

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 100 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'
        self.nick = 'ComputerTech'
        self.birthday = 1028541600
        self.gender = 'male'
        self.about = 'full stack developer/sysadmin that enjoys breaking and fixing things.'
        self.birth_country = 'Ireland'
        self.location = 'Warsaw, Poland'
        self.hobbies = ['Programming', 'Sysadmin', 'IRC', 'LEGO']
        self.languages = ['Python', 'HTML', 'CSS', 'JavaScript', 'Go', 'Tcl', 'C', 'C++']
        self.os = ['Ubuntu', 'FreeBSD', 'Windows']
        self.timezone = ['UTC+1']
        self.projects = [
            {
                'project': 'elitebot',
                'language': 'Python',
                'description': "This is a Python-based IRC bot that is simple and doesn't use any third-party frameworks."
            },
        ]

    def introduce(self):
        print(f'Hello, my name is {self.name}. I\'m from {self.location} and {self.age} years old.')
        print(f'I was born in {self.birth_country} and currently live in {self.current_country}.') 
        print(f'I\'m a {self.about}.')

my_profile = AboutMe()
my_profile.introduce()

ko-fi

Pinned

  1. Plugins Plugins Public

    Plugins intended for different software and platforms.

    Tcl 8

  2. EliteBot EliteBot Public

    Forked from EliteBot-irc/EliteBot

    Python 1

  3. TechPaste TechPaste Public

    A simple Pastebin.

    Python 3 3

  4. pyechat pyechat Public

    Forked from pyechat/pyechat

    PyQt+ IRC Client.

    Python 1