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

Block or report saadnom

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

Popular repositories Loading

  1. Tic-Tac-Toe Tic-Tac-Toe Public

    Tic-Tac-Toe, often referred to as "Noughts and Crosses," is a classic two-player game typically played on a 3x3 grid.

    Python 1

  2. Window-Resizer-Tkinter-GUI- Window-Resizer-Tkinter-GUI- Public

    A window resizer in a Python program refers to a feature or functionality that allows you to manipulate and resize the application window dynamically. This feature can be particularly useful in gra…

    Python 1

  3. Calculator-Tkinter-GUI- Calculator-Tkinter-GUI- Public

    A calculator in a Tkinter GUI in Python is a graphical user interface application that allows users to perform basic mathematical operations like addition, subtraction, multiplication, and division…

    Python 1

  4. Tkinter-Tutorial Tkinter-Tutorial Public

    Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit.

    Python 1

  5. Simple-ATM-Machine Simple-ATM-Machine Public

    This Simple ATM Machine demonstrates the use of classes and objects to model bank accounts in Python. Each object represents an individual account, and the methods provide a way to interact with an…

    Python 1

  6. Calculator-2-Tkinter-GUI- Calculator-2-Tkinter-GUI- Public

    A simple calculator in Tkinter involves creating a user-friendly interface with buttons and incorporating logic to handle user input and perform calculations. The design should consider both the vi…

    Python 1