Skip to content
View pavan555's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report pavan555

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

Hello, folks!

Thanks for taking a peek! πŸ₯³

Name gif

Β  Β 


πŸ’« About Me:

πŸ§‘β€πŸ’» Software engineer with 4 years of professional experience committed to building intuitive solutions to everyday problems that go live in the market and make an impact.

πŸŽ“ Computer Science Graduate Student at JNTU Kakinada

⚑ A technology enthusiast who loves exploring new technologies and leveraging them to solve real-life problems.

❀ I enjoy coding and love building Apps.


🌐 Socials:

LinkedIn Medium Stack Overflow


Languages, Tools & Technologies:


nodejs logo android logo express logo python logo react logo mongodb logo amazonwebservices logo java logo gradle logo androidstudio logo spring logo kotlin logo html5 logo css3 logo javascript logo typescript logo angularjs logo jquery logo babel logo backbonejs logo webpack logo npm logo markdown logo neo4j logo mysql logo redis logo postgresql logo firebase logo fastapi logo django logo qt logo numpy logo opencv logo pycharm logo tensorflow logo unity logo github logo git logo githubactions logo heroku logo docker logo intellij logo grafana logo nginx logo bash logo

πŸ“Š Medium Articles:

Layout with last medium posts

πŸ“Š GitHub Stats:

languages graph stats graph streak graph

πŸ” Top Contributed Repo

Top contributed repos in git

Pinned Loading

  1. Invisible-Cloak Invisible-Cloak Public

    I created Harry Potter's Invisible Cloak using Python OpenCV

    Python

  2. Captcha-Breaker Captcha-Breaker Public

    project on deep learning

    Python 2

  3. Gallery-View Gallery-View Public

    Implementing an app like Gallery :)

    Java

  4. group-chat group-chat Public

    Group chat Node JS APIs

    JavaScript

  5. Calculator Application made with PyQt5 Calculator Application made with PyQt5
    1
    import sys
    2
    
                  
    3
    from PyQt5.QtWidgets import *
    4
    from PyQt5.QtGui import *
    5
    from PyQt5.QtCore import *
  6. Decrypting PDFs using PikePDF Decrypting PDFs using PikePDF
    1
    import os
    2
    import pikepdf
    3
    
                  
    4
    def decryptPDF(filePath, saveFilePath, password):
    5
        pdf = pikepdf.open(filePath, password=password)