Skip to content
View jagwithyou's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report jagwithyou

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

Typing SVG

Things I code with:


More about me

class Jag():
    
  def __init__(self):
    self.name = "Jagadananda Saint";
    self.username = "jagwithyou";
    self.location = "Odisha, India";
    self.current_goal = "creating python placement series";
    self.looking_for = "collaborating with you";
  
  def __str__(self):
    return self.name

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


Contribution Snake

GIF


Jag's GitHub Activity Graph

Jags's github stats Jag's GitHub Streak
Top Langs Github Stars

Jokes Card

Visitors




Pinned

  1. automation-testing-python-selenium automation-testing-python-selenium Public

    This framework is build with keeping in mind that a tester needs put 20% of effort to get the 80% of output by automating the complete testing process.

    HTML 10 6

  2. python-telegram-bot python-telegram-bot Public

    This is a POC of how we can create a Telegram Bot using python.

    Python 1