Skip to content
View theh2so4's full-sized avatar
☁️
In the clouds.
☁️
In the clouds.
Block or Report

Block or report theh2so4

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

TheH2SO4 Trips

Heya! I'm TheH2SO4, a student currently living in Manchester, United Kingdom. I'm a geek and you can check some of my projects on the side.


class TheH2SO4():
    
  def __init__(self):
    self.username = "TheH2SO4";
    self.location = "Manchester, United Kingdom";
    self.npmjs = "@theh2so4";
    self.twitter = "@th3h2so4";
    self.discord = "@TheH2SO4#0284";
    # // self.web = "https://theh2so4.xyz"; // OUT OF ORDER
  
  def __str__(self):
    return self.username
    return self.location
    return self.discord

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

Statistics



Popular repositories

  1. Mystic-Plugins Mystic-Plugins Public

    Aqui subire plugins hechos por mi para el bot de WhatsApp (The Mystic) de @BrunoSobrino. Si quieres ver cualquier cambio en tiempo real, aqui esta trello: https://trello.com/b/MDMOqRUx 🥳

    JavaScript 9 4

  2. TheH2SO4 TheH2SO4 Public

  3. coolify coolify Public

    Forked from coollabsio/coolify

    An open-source & self-hostable Heroku / Netlify / Vercel alternative. Cloud version available here -> https://app.coolify.io

    PHP