Skip to content
View omarrehabb's full-sized avatar

Block or report omarrehabb

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. url-shortner url-shortner Public

    This is a python-django full stack project. It is a website that takes any long URL and shortens it to be easier to copy and read.

    Python 1

  2. Tic-Tac-Toe Tic-Tac-Toe Public

    This is a tic tac toe game for two players, but with a little twist. It's adjustable so the players can input size of grid (n x n) instead of being always 3x3.

    C

  3. password-generator password-generator Public

    This program generates secure passwords with tkinter GUI library. It allows users to set requirements such as length and character types, including upper/lower case, digits, and symbols. The passwo…

    Python

  4. Pong-game Pong-game Public

    This is a simple implementation of the classic Pong game using the Turtle graphics library in Python.

    Python

  5. scientific-calculator-gui scientific-calculator-gui Public

    This is a basic GUI calculator in Java that has basic operations(=-*/) and advanced operations as well.

    Java

  6. space-invaders-pygame space-invaders-pygame Public

    This is an implementation of space invaders game using Pygame module.

    Python