Skip to content
View ilakshaygupt's full-sized avatar
πŸ‘‹
Projects are Fun
πŸ‘‹
Projects are Fun

Highlights

  • Pro
Block or Report

Block or report ilakshaygupt

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


Headline

Twitter Discord Gmail

# !/usr/bin/python
# -*- coding: utf-8 -*-

class Developer:

    def __init__(self):
    self.name = "Lakshay Gupta πŸ˜„"
    self.role = "Backend Developer πŸ’»"
    self.love = "Python 🐍"
    self.location = "Somewhere on Earth 🌍"

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

me = Developer()
me.say_hi()

image image image image image

image image image image

image image image

image image

GIF

Pinned Loading

  1. Soundly-Backend Soundly-Backend Public

    Soundly Backend is the server-side component of a music streaming and playlist management system. It enables users to listen to their favorite songs, create playlists, and explore music.

    JavaScript

  2. CODETION-BACKEND CODETION-BACKEND Public

    CODETION is a web application that enables users to create, update, and manage quiz contests. Participants can join these contests and compete to achieve high scores, which are displayed on a leade…

    JavaScript

  3. cf_scraper cf_scraper Public

    A simple Flask app to get all the questions done by the user in codeforces and compare it with other users.

    Python

  4. MangaBot MangaBot Public

    A Telegram bot powered by Python and Docker, enabling users to search for manga titles from "manganato.com" directly within Telegram. Leveraging the Telegram Bot API and telebot library, it offers …

    Python