Skip to content
View RedBoardDev's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report RedBoardDev

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

<Hello World, I'm RedBoardDev/> Thomas OTT Discord Thomas OTT LinkedIn

Total time coded since Apr 2 2023 Profile views Uptime Services

import github
readme = github.User(id=53050011).readme
readme.show()






🌍 <About me/>

class RedBoardDev:
    def __init__(self):
        self.name = "Thomas OTT"
        self.alias = "RedBoardDev"
        self.age = 20
        self.role = "Freelance Software Developer"
        self.education = "Student at Epitech Mulhouse"
        self.interests = ["Cryptocurrency", "Badminton"]
        self.languages = ["French", "English"]
        self.motto = "Always happy to learn and improve myself!"

    def get_info(self):
        info = f"πŸ‘‹ Hi, I'm {self.name} aka {self.alias}!\n"
        info += f"πŸ‘¨β€πŸ’» I'm a {self.age}-year-old {self.role}.\n"
        info += f"πŸŽ“ Currently studying at {self.education}.\n"
        info += f"🌐 I can communicate in {self.languages[0]} and {self.languages[1]}.\n"
        info += f"πŸ’‘ My interests include: {' '.join(self.interests)}\n"
        info += f"🏹 My motto: {self.motto}\n"
        return info

redboarddev = RedBoardDev()
print(redboarddev.get_info())

Pinned Loading

  1. weekly development weekly development
    1
    JavaScript..... 21h 19m ............................93.8%
    2
    HTML........... 32m 5s ..............................2.4%
    3
    JSON........... 23m 47s .............................1.7%
    4
    Bash........... 10m 2s ..............................0.7%
    5
    Other.......... 18m 47s .............................1.4%
  2. EpitechIntranetStatistics EpitechIntranetStatistics Public

    JavaScript 11 1

  3. portfolio portfolio Public

    JavaScript

  4. MyFarm MyFarm Public

    create my own RPG

    C 1