Skip to content
View janee1768's full-sized avatar
🎯
Focusing
🎯
Focusing

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

Pinned 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. 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

  3. 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

  4. 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

  5. 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

  6. Real-Estate-Manager- Real-Estate-Manager- Public

    A simple Python-based Real Estate Listing Manager that lets you add, view, search, update, delete, and export property listings. Data is stored in a CSV file for easy access and management.