Skip to content
View El-Sayyed27's full-sized avatar

Block or report El-Sayyed27

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. basic-calculator basic-calculator Public

    Python command-line calculator for addition, subtraction, multiplication, and division. Includes input validation, division-by-zero protection, and continuous operations. Beginner-friendly project …

    Python

  2. number-guessing-game number-guessing-game Public

    Python number guessing game with sound effects and colored terminal output. Players have 6 attempts to guess a random number between 1 and 100. Includes input validation, interactive feedback, and …

    Python

  3. word-counter word-counter Public

    This is a Python text file word counter that uses a graphical file dialog to select files and count total words. Supports .txt, .csv, .log, .md, .json, .py, uses Tkinter for file selection, Coloram…

    Python

  4. n-queens-backtracking n-queens-backtracking Public

    A beginner-friendly Python implementation of the N-Queens problem using backtracking and a 2D board representation. The project demonstrates safe queen placement logic, recursion, and solution expl…

    Python

  5. local-file-encryption local-file-encryption Public

    A Python-based file encryption and decryption tool using Fernet cryptography and a Tkinter GUI. Supports any file type, automatic key generation and secure storage (hidden key file), file size vali…

    Python