Skip to content
View lujain160's full-sized avatar

Block or report lujain160

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. lujain160 lujain160 Public

    Config files for my GitHub profile.

  2. Calculator Calculator Public

    A simple Python-based calculator project implementing basic arithmetic operations with error handling.

    Python

  3. singly-linkedlist singly-linkedlist Public

    Understanding data structures is crucial for efficient problem-solving in Python! Today, I implemented a Linked List from scratch, reinforcing key concepts like node insertion, deletion, and traver…

    Python

  4. Doubly-linkedList Doubly-linkedList Public

    Doubly Linked List Implementation in Python This project provides an implementation of a doubly linked list in Python. A doubly linked list is a data structure where each node contains: - A data va…

    Python

  5. password password Public

    A basic CLI password manager that securely stores and retrieves encrypted passwords using Fernet encryption.

    Python

  6. Gym-managment Gym-managment Public

    I built a membership management system using Python, focusing on OOP principles, user-friendly functionality, and efficient search capabilities. This program allows users to add, display, and searc…

    Python