Skip to content
View IHEfty's full-sized avatar

Block or report IHEfty

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 Loading

  1. 1000-Codes-in-Tender 1000-Codes-in-Tender Public

    1000+ Codes in Tender: A comprehensive collection of over 1000 practical code snippets and examples for mastering the Tender.

    7

  2. Calculator.py Calculator.py Public

    This is a simple calculator application built using Python's Tkinter library. It supports basic arithmetic operations and provides a user-friendly graphical interface.

    Python 1

  3. Simple Python calculator program. Simple Python calculator program.
    1
    import tkinter as tk
    2
    
                  
    3
    class Calculator:
    4
        def __init__(self, root):
    5
            self.root = root
  4. uwuscript uwuscript Public