Skip to content
View GauravDev1921's full-sized avatar

Block or report GauravDev1921

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

from Github import GithubReadme

class Gaurav:
    def __init__(self):
        self.name = "Gaurav!"
        self.age = "17"
        self.location = "Mumbai , Maharashtra"
        self.work = "Developer"
        self.system = "Windows 10, x64"

    def skills(self):
        self.languages = {
            "main": ["Python", "Java", "Node.js", "C#", "HTML/CSS/JS"],
            "learning": ["golang", "C++" ,"Php"]
        }

        self.works = [ 'ai' , 'web' , 'bug hunter', 'etc...']
    
    def social_media(self):
        self.instagram = "gaurav_.491"
        self.telegram = none
        self.sellix = none
        self.onlyfans = None


if __name__ == "__main__":
    readme = GithubReadme.create(Gaurav)

Popular repositories Loading

  1. GauravDev1921 GauravDev1921 Public

    Config files for my GitHub profile.

  2. GALACTIC-AUTHS GALACTIC-AUTHS Public

  3. menu-docs-erela-.js menu-docs-erela-.js Public

    Forked from MenuDocs/erela.js

    An easy-to-use Lavalink client for NodeJS.

    TypeScript

  4. jishaku jishaku Public

    Python

  5. Discord-Games Discord-Games Public

    A library for making implementing conventional games into your discord bot, easier.

    Python

  6. pytube pytube Public

    Forked from pytube/pytube

    A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.

    Python