Skip to content
View tr3xxx's full-sized avatar
Block or Report

Block or report tr3xxx

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

Hi there, I'm Leon - aka tr3x

from datetime import datetime

class ComputerScienceStudent:

    def __init__(self):
        self.name = 'Leon Burghardt'
        self.age = datetime.now().year - 2004
        self.complexity = 'O(n!)'
        self.role = 'Computer Science student'
        self.langs_spoken = ['de_DE', 'en_US']

    def introducing_myself(self):
        for attribute, value in vars(self).items():
            print(f"{attribute}: {value}")


if __name__ == "__main__":
    i_am = ComputerScienceStudent()
    i_am.introducing_myself()

Pinned

  1. Injectify Injectify Public

    Injectify is a simple and easy-to-use tool that allows users to inject dynamic link libraries (DLLs) into running processes.

    C++ 1

  2. ai-face-and-speech-detection ai-face-and-speech-detection Public

    Webcam and speech detection using OpenCV and Azure. Generate responses to speech using OpenAI's GPT-3.

    Python 3

  3. Superiority Superiority Public

    Superiority is a CS:GO cheat designed by tr3x to enhance the gaming experience for players of all skill levels. It offers a range of tools to improve performance and dominate the competition.

    Python 3 1

  4. TaskTarea TaskTarea Public

    TaskTarea is a task management app that allows you to create and manage tasks. With TaskTarea, you can set a title, description, and target date for each task. The app will remind you when the targ…

    Java

  5. AutoTempCleanUp AutoTempCleanUp Public

    AutoTempCleanUp is designed to automatically clean up temporary files on the computer during startup or when the user chooses to do so.

    C++

  6. bundesliga360 bundesliga360 Public

    Experience the excitement of Bundesliga with my app. Get updates on matches, standings, top scorers, and news. Never miss a moment of your favorite teams' action, whether it's on the field or off. …

    Dart 1