Skip to content
View yuma-dev's full-sized avatar
good in python, learning c++, js, html and css
good in python, learning c++, js, html and css
Block or Report

Block or report yuma-dev

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

Yuma aka. F.S.

Heya! I'm F.S., a student currently living in Berlin, Germany. I'm preparing for SD, and learning programming through small projects on the side.


class Yuma():
    
  def __init__(self):
    self.name = "F.S.";
    self.username = "yuma-dev";
    self.location = "Berlin, Germany";
    self.discord = "yuma#7280";
    self.web = "https://lantern.lol"; # ERROR: Yuma.web is still under development
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = Yuma()

My Statistics



Yumas' Activity Graph


Last Edited on: 18/02/2022

Pinned

  1. rpc rpc Public

    Nutzung der Discord Rich Presence API für eigene Personalisierung

    Python 1

  2. Bitwarden-Desktop-AutoFill Bitwarden-Desktop-AutoFill Public

    A Python Script to Autofill your Credentials in the matching Program.

    Python 1