Skip to content
View fixedzik's full-sized avatar
🖥️
coding...
🖥️
coding...

Block or report fixedzik

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
fixedzik/README.md

Welcome to my profile 👋

#!/usr/bin/python
# -*- coding: UTF-8 -*-

class AboutMe:
    def __init__(self):
        self.name = "Kamil"
        self.username = "fiXed"
        self.country = "Poland"
        self.role = ["DevOp", "SysOp"]
        self.os = ["Windows 11 Pro"]
        self.skills = ["Bash", "C#", "Java", "Python", "PHP", "HTML", "CSS", "JS", "NodeJS", "jQuery", "TailwindCSS", "Bootstrap", "ExpressJS"]
        self.languages = ["de_DE", "en_US", "pl_PL"]

    def end(self):
        print("Thanks for dropping into my profile. I hope you will be interested in some of my works. Have a nice day!")

run = AboutMe()
run.end()

☎️ Contact

Pinned Loading

  1. lamp-script lamp-script Public

    Script to install the LAMP module in less than a minute!

    Shell 3

  2. Br0niArZ/Discord-Profile Br0niArZ/Discord-Profile Public

    Discord profile with automated data retrieval via official API

    CSS 5

  3. eazbiuro-scraper eazbiuro-scraper Public

    A tool for extracting products from the eazbiuro.pl online store

    Python 3