Giter VIP home page Giter VIP logo
    import random
    class Tetraslam:
        def __init__(self, name, username, location, bio, languages):
            self.name = 'Shresht'
            self.username = 'Tetraslam'
            self.location = 'Bangalore'
            self.bio = '17 year old wannabe startup founder'
            self.languages = ['python', 'htmx', 'c', 'rust']

        def generate_intro(self):
            intro = f"Hello there! \n\nI'm {self.name}, a {self.bio} based in {self.location}.\n\n"
            intro += f"- 🌱 I'm currently learning {', '.join(self.languages)}\n"
            intro += f"- 📫 How to reach me:

Medium Spotify Gmail Instagram LinkedIn Twitter Reddit

            \n"
            intro += f"-Fun fact: {self.get_fun_fact()}\n"
            return intro
    
        def get_fun_fact(self):
            fun_facts = [
            "I've traveled to over 30 countries!"
            "I'm a fan of roguelike and roguelite videogames, especially Dead Cells and Hades."
            "My favorite author is Brandon Sanderson!"
            "I mostly listen to K-pop, J-rock, and shoegaze rock."
            ]
            return random.choice(fun_facts)

Shresht Bhowmick's Projects

app-ideas icon app-ideas

A Collection of application ideas which can be used to improve your coding skills.

asciimatics icon asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations

awesome icon awesome

😎 Awesome lists about all kinds of interesting topics

clarity icon clarity

A dating app where pictures become unblurred as you spend time spent texting.

codex-exe icon codex-exe

CodeX.exe is your all-in-one developer workspace. Built for Explore Hacks 2021!

discount-for-student-dev icon discount-for-student-dev

This is list of discounts on software (SaaS, PaaS, IaaS, etc.) and other offerings for developers who are students

edex-ui icon edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.

fishfriendlyold icon fishfriendlyold

A web app that gamifies replacing everyday objects with ocean-friendly alternatives. Built for DeepDiveHacks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.