Skip to content
View itz-Chirag's full-sized avatar

Block or report itz-Chirag

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. guess-the-number-game guess-the-number-game Public

    Developed a Python-based 'Guess The Number' game featuring multiple difficulty levels, intuitive gameplay, and a scoring system. Incorporated randomized number generation and provided user-friendly…

    Python

  2. My-First-100-Days-In-Coding My-First-100-Days-In-Coding Public

    Forked from kallaway/100-days-of-code

  3. Credit-Card-Validator Credit-Card-Validator Public

    Developed a Python class to validate credit card numbers using the Luhn algorithm. The class processes user input, cleans and reverses the digits, and applies the Luhn checksum algorithm to determi…

    Python

  4. Password-Generator Password-Generator Public

    Developed a Python script that generates a secure password based on user-specified length. The generator combines lowercase letters, numbers, and special characters using Python’s random module. Th…

    Python

  5. ExpenseTracker ExpenseTracker Public

    ExpenseTracker is a simple command-line application written in Python that helps users manage their expenses. The program allows users to add, view, and remove expenses, which are stored in a CSV f…

    Python