Skip to content
View awahib480's full-sized avatar

Block or report awahib480

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 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. PicIt-Image-Editor PicIt-Image-Editor Public

    Simple and lightweight image editor built using Python and Streamlit. Includes collage creation and multiple editing and adjustment tools. Check it out:

    Python

  2. Hospital-Database-Management-System Hospital-Database-Management-System Public

    A web-based hospital management system that uses HTML, CSS and JavaScript for front-end and stores data in Oracle Database at back-end accessed through Flask and SQLAlchemy libraries

    HTML

  3. 8-Queens-Solver 8-Queens-Solver Public

    A 8-Queens Solver that solves a common AI problem of placing 8 queens on a 8x8 board without any conflicts between the queens. Built using Tkinter (for UI) and Python. Includes two algorithms i.e. …

    Jupyter Notebook

  4. Customizable-TCP Customizable-TCP Public

    A customizable TCP (Transmission Control Protocol) for file transfer over same network using Python socket programming.

    Python

  5. Simple-Shopping-Application Simple-Shopping-Application Public

    A simple command-line shopping application built using Python!

    Python

  6. LRU-Cache LRU-Cache Public

    An LRU Cache implemented using Python

    Python