Skip to content
View shreyas-a-s's full-sized avatar

Highlights

  • Pro

Organizations

@Bharat-Genome-Database-BGDB
Block or Report

Block or report shreyas-a-s

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
shreyas-a-s/README.md

Hi, I'm Shreyas ๐Ÿ‘‹

class Shreyas:
    def __init__(self):
        self.name = "Shreyas"
        self.age = 22
        self.interests = ["coding", "reading", "learning", "linux", "tweaking the dev environment"]
        self.skills = [ "Linux Administration", "Bash", "Python", "Web dev", "React", "JavaScript", "C"]

    def __str__(self):
        return f"๐Ÿ‘‹ Hey, I'm {self.name}!\n\n I'm {self.age} years old and passionate about {', '.join(self.interests)}.\n\n๐Ÿ’ป My skills include {', '.join(self.skills)}.\n\nLet's connect and build something amazing together!"

shreyas = Shreyas()

print(shreyas)

Languages

Languages

Technologies & Frameworks

Technologies & Frameworks

Tools

Tools

IDE

IDE

OS

OS

Pinned Loading

  1. oneclick-website-deployer oneclick-website-deployer Public

    Bash script to install and setup a basic working drupal website with tripal module installed and activated.

    Shell 1 1

  2. linux-tweaks linux-tweaks Public

    A curated list of customisations that will make your Linux experience more enjoyable

    Shell 4

  3. dotfiles dotfiles Public

    A collection of my dotfiles

    Shell

  4. code-needs-to-go code-needs-to-go Public

    A place to store some of the good code that I remove from my projects

    Shell

  5. linux-qemu linux-qemu Public

    Shell script to install and setup qemu & a VM manager on Linux

    Shell

  6. pipepipe-to-newpipe pipepipe-to-newpipe Public

    Convert PipePipe database to work with NewPipe

    Python 3