Skip to content
View janee1768's full-sized avatar
🎯
Focusing
🎯
Focusing
  • WahCantt , Pakistan
  • 14:11 (UTC -12:00)

Block or report janee1768

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. dice-rolling-game dice-rolling-game Public

    This Dice Rolling Game is a two-player Python game where each player rolls a die to reach a score of 100. It's a simple, text-based game perfect for beginners learning loops, conditionals, and the …

    Python

  2. Quiz Quiz Public

    This is a simple Quiz Application built using Python. It allows users to answer multiple-choice questions and keeps track of their score. It’s a great project for learning how to use lists, diction…

    Python

  3. Number-Guessing.py Number-Guessing.py Public

    This is a simple Python game where the user guesses a random number chosen by the computer. It’s a fun way to practice loops, conditionals, and user input — perfect for beginners.

    Python

  4. Simple-Calculator.py Simple-Calculator.py Public

    This is a beginner-friendly Simple Calculator built using Python. It performs basic arithmetic operations like addition, subtraction, multiplication, and division. It's a great project for learning…

    Python

  5. To-do-List.py To-do-List.py Public

    This is a simple To-Do List Application built with Python for beginners. It helps you manage daily tasks by letting you add, view, and delete tasks from a list. It runs in the terminal and is a gre…

    Python

  6. Password-Generator Password-Generator Public

    This Python code creates a random 10-character password using letters, numbers, and symbols by picking characters randomly and printing the final result. Customized version from Girls Who Code 'Co…

    Python