Skip to content
View ittirehan97's full-sized avatar
Block or Report

Block or report ittirehan97

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

Pinned

  1. Calculator Calculator Public

    This calculator implements bodmas by evaluating the postfix expression. The input(in infix format) is connverted to postfix format and then the resultant is evaluated to give the final answer. Use …

    Python 1

  2. Flaskr Flaskr Public

    A Blog in Flask (web framework for python)

    Python 1

  3. ittirehan97.github.io ittirehan97.github.io Public

    The website helping you to decide which book to read next.

    HTML

  4. POCR POCR Public

    It is a Python Optical Character Recognition. It is a web app that makes use of Tesseract OCR engine in converting texts from images to a text file.

    JavaScript

  5. QuizUp QuizUp Public

    This a Quiz Desktop Application made using JAVA and MYSQL.

    Java

  6. tic-tac-toe--python tic-tac-toe--python Public

    This is the classic game of tic tac toe made using tkinter module in python. Single or double users can play this game.

    Python