Skip to content
View Anon0x19's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Anon0x19

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
Anon0x19/README.md
Welcome to my profile!
class AboutMe:
    def __init__(self, name, age, location, born):
        self.name = name
        self.age = age
        self.current_location = location
        self.origin = born
        self.welcome = """
I like to write code and learn new things in my free time.
Feel free to look through my projects.
- More to come soon!
"""
    
    def get_info(self):
        return {
            "name": self.name,
            "age_during_last_edit": self.age,
            "location": self.current_location,
            "originally_from": self.origin
        }

    def __str__(self):
        return self.welcome

me = AboutMe("Marc", 22, "UK", "ES")
print(me)
print(me.get_info())

README Contents list


Get in touch:

LinkedIn X


Profile Stats:

Marc's GitHub Stats Top Langs


Profile Trophies:

trophy

Popular repositories Loading

  1. Battleship Battleship Public

    A replica of the classic game BattleShip made with python 2.7

    Python

  2. Wiggle-Cube Wiggle-Cube Public

    First game I made with C# using unity

    C#

  3. zVoteBungee zVoteBungee Public

    1.8.x compatible voting backend (plugin)

    Java

  4. Bedwars-Stats-Bot-Discord Bedwars-Stats-Bot-Discord Public

    Bedwars Stats Bot for discord developed in python 3.7.5

    Python

  5. LogIn LogIn Public

    Login System for a Swift Application using FireBase

    Swift

  6. discord_crypto_alert discord_crypto_alert Public

    Discord bot used to track all Bitcoin, Ethereum and XRP transactions over 500k

    Python