Giter VIP home page Giter VIP logo

Hello. (•◡•)/

from colby import information

class AboutMe:
    def __init__(self):
        self.name = 'Colby'
        self.user = 'ComputerTech'
        self.age = 21
        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()

Colby's Projects

brigid icon brigid

super basic irc relay written in Python3/Asyncio.

client icon client

A next-generation IRC client inspired by HexChat

dpaste icon dpaste

The Django project driving dpaste.org

iplookup icon iplookup

lookup script for dns/ip based on terminal functions.

irc icon irc

Golang IRC bot core with multiple levels of automation

irctoday icon irctoday

Most popular IRC related projects on GitHub.

limnoria icon limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.

mantaray icon mantaray

An IRC client written in Python with Tkinter.

mybb icon mybb

MyBB is a free and open source forum software.

ninjawall icon ninjawall

Ninjawall is a non complicated Firewall that is intended to control iptables easily.

plugins icon plugins

Plugins intended for different software and platforms.

pong icon pong

This is a simple implementation of the classic game Pong in Python using the pygame library.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.