Skip to content
View DreamyPeople's full-sized avatar
πŸ‘€
looking for love.
πŸ‘€
looking for love.

Block or report DreamyPeople

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

πŸ’« About Me:

import string

class User:

  def __init__(self) -> None:
    self.name    = self.compile([39, 14, 4, 11])
    self.country = self.compile([34, 13, 3, 14, 13, 4, 18, 8, 0])

  @property
  def Me(self) -> None:
    print (f"Hello, my name is {self.name}!")
    print (f"I'm from {self.country}.")

  def compile(self, index) -> str:
    return ''.join([string.ascii_letters[i] for i in index])

WhoIs = User()
WhoIs.Me

πŸ“Š GitHub Stats:




Popular repositories Loading

  1. DreamyPeople DreamyPeople Public

    Config files for my GitHub profile.

    1

  2. Vasher Vasher Public

    Simple Python3.11 Obfuscator

    1

  3. fish-it fish-it Public

    Fish It Secret Fish Chance Calculator

    JavaScript 1