Skip to content
View noobxpropranjal's full-sized avatar

Block or report noobxpropranjal

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

    🧮 Simple Python Calculator - This is a basic command-line calculator built with Python. It performs simple arithmetic operations such as addition, subtraction, multiplication, and division. The pro…

    1

  2. Portfolio Portfolio Public

    💼 Console Portfolio Application (C++) An interactive, menu-driven portfolio built in C++ to showcase my bio, skills, and projects—all within the command line. Designed to demonstrate my understandi…

    1

  3. Simple-Password-Strength-Checker Simple-Password-Strength-Checker Public

    This Python script is a simple password strength checker. It evaluates a user's password based on length and the presence of uppercase letters, lowercase letters, digits, and special characters. De…

    1

  4. Login-and-Registration-System- Login-and-Registration-System- Public

    🔐 Brief Description: Login and Registration System in C++ This is a simple C++ console-based project that allows users to register with a username and password, and later log in using those credent…

  5. Banking-System Banking-System Public

    This project is a console-based Banking System built using C++ and object-oriented programming. It allows managing customers and their bank accounts with features like: Creating a customer with an …

  6. Sudoku-Solver Sudoku-Solver Public

    This C++ Sudoku Solver uses the backtracking algorithm to solve a 9x9 Sudoku puzzle. It recursively fills empty cells with valid numbers, ensuring no conflicts in rows, columns, or 3x3 grids. The s…