Skip to content
View pinterbanget's full-sized avatar
💭
They must have amnesia they forget that I’m him
💭
They must have amnesia they forget that I’m him

Highlights

  • Pro

Block or report pinterbanget

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
pinterbanget/README.md
class PinterBanget:
    def __init__(self):
        self.name = "Ryanson Jonathan"
        self.nickname = "Ryan"
        self.age = 25
        self.in_education = True
        self.language = ["Python", "R", "SQL"]

pb = PinterBanget()
print(f"Hi! I'm {pb.nickname}. I'm {pb.age} years old, and this is {pb.language[0]} syntax.")

Pinned Loading

  1. OpenRosary OpenRosary Public

    Open-sourced Rosary app for Android. Vibe coded.

    Java

  2. IRSAutoRefresh IRSAutoRefresh Public

    Making refreshing your SIAK NG IRS a one-clicker.

    Python 1 2

  3. SimplePomodoro SimplePomodoro Public

    A simple Podomoro timer running on the system tray. Configurable time(s) and number of sessions.

    Python