Skip to content
View waqi786's full-sized avatar

Block or report waqi786

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
  • This repository contains a Python ToDo List Manager for command-line use. It uses JSON for task storage, enabling users to add, edit, delete, and view tasks with deadlines. The simple CLI provides …

    Python 1 Updated Jul 22, 2024
  • This repository contains a Python Weather Application using Tkinter for the GUI. It fetches and displays real-time weather information for a specified city via the OpenWeatherMap API. The app featu…

    Python 1 Updated Jul 22, 2024
  • This repository contains a Student Management System (SMS) built with Python and Tkinter, offering easy management of student records through a user-friendly interface.

    Python 1 Updated Jul 21, 2024
  • This repository contains a Python script that creates an interactive dashboard using Plotly and Pandas to visualize sales and expenses data over several years through line charts, bar charts, and p…

    Python 1 Updated Jul 21, 2024
  • This repository contains a Python script for web scraping using the BeautifulSoup library. The script retrieves the content of a specified URL, extracts all the hyperlinks and paragraphs, and print…

    Python Updated Jul 21, 2024
  • This repository contains a Python script for a simple command-line Tic Tac Toe game. The game is designed for two players, taking turns to place their marks (X or O) on a 3x3 board. The objective i…

    Python 1 Updated Jul 21, 2024
  • This repository contains a Python script that generates a secure password of a user-defined length. The password includes a mix of letters, digits, and punctuation to ensure strong security.

    Python 1 Updated Jul 20, 2024
  • This repository contains a Python script that functions as a simple stopwatch. It allows users to measure the time elapsed between starting and stopping the stopwatch using basic keyboard input.

    Python Updated Jul 20, 2024
  • This repository contains a Python implementation of the classic Rock-Paper-Scissors game. Users can play against the computer, which randomly selects its choice. The game will determine the winner …

    Python Updated Jul 17, 2024
  • This repository contains a Python script for managing a simple to-do list. Users can add tasks, view all tasks, and remove tasks from the list. The script runs in the terminal and provides a straig…

    Python Updated Jul 17, 2024
  • This repository contains a Python script for a simple calculator that performs basic arithmetic operations (+, -, *, /). Users can input two numbers and an operator to get the result.

    Python Updated Jul 16, 2024
  • This repository contains a Python script for a number guessing game. The player has to guess a randomly generated number within a specified range and a limited number of attempts. The game offers t…

    Python 1 Updated Jul 15, 2024
  • This repository contains a Python script that calculates the grades of students based on their scores. The script uses a dictionary to store student names and their corresponding scores, and then a…

    Python Updated Jul 15, 2024
  • This repository contains a Python implementation of the Caesar Cipher, which can both encode and decode messages using a shift-based substitution cipher. Users can input a message and a shift value…

    Python 1 Updated Jul 15, 2024
  • This repository contains a Python script that checks whether a given number is prime or not. It iterates through numbers up to the given number minus one to determine divisibility, marking it as pr…

    Python Updated Jul 14, 2024
  • .

    Python Updated Jul 14, 2024
  • This repository contains a Python script that simulates placing a treasure in a 3x3 grid. Users input coordinates, and the script marks the treasure location on the grid. It's a simple and fun exer…

    Python 1 Updated Jul 14, 2024
  • This repository contains a Python script that randomly selects a person from a list of names to pay the bill. Users input comma-separated names, and the script uses the random module to pick a name…

    Python Updated Jul 14, 2024
  • This repository features a Python script that calculates a compatibility score between two names based on the occurrence of letters in "true" and "love". Users input their names, and the script com…

    Python Updated Jul 14, 2024
  • This repository contains a Python script that checks if a given year is a leap year. It prompts the user to enter a year and determines whether it is a leap year based on standard rules. Uploaded o…

    Python Updated Jul 14, 2024
  • This repository contains a Python script that calculates the Body Mass Index (BMI) based on user input for weight and height. It categorizes the BMI into underweight, normal weight, overweight, obe…

    Python Updated Jul 14, 2024
  • This repository contains a Python script that checks if a number is even or odd. Enter a number, and it will display the result. Uploaded on 07/14/2024.

    Python Updated Jul 14, 2024
  • "This repository contains a Python script for a tip calculator. It calculates the total bill, including the tip, and divides it among a specified number of people. The script demonstrates user inpu…

    Python 1 Updated Jul 13, 2024
  • "This repository contains a Python script that calculates the remaining years, days, months, and weeks until the age of 90 based on the user's current age. It demonstrates user input handling, arit…

    Python Updated Jul 13, 2024
  • "This repository contains a Python script that defines a recursive function to calculate the factorial of a given number. It serves as an introduction to recursion in Python, demonstrating the calc…

    Python Updated Jul 13, 2024
  • "This repository showcases a Python script that prints numbers from 1 to 15, serving as a fundamental exercise in Python programming. Uploaded on [7/13/2024], this script represents an initial expl…

    Python Updated Jul 13, 2024
  • This repository contains a Python script that counts down from 12 to 1 using a while loop. It demonstrates fundamental loop control and sequential countdown logic in Python programming. Uploaded on…

    Python Updated Jul 12, 2024
  • This repository features a Python script that prints numbers from 1 to 10. It serves as a basic exercise in Python programming fundamentals, demonstrating sequential number printing and loop contro…

    Python Updated Jul 12, 2024
  • Hello_World Public

    This repository introduces my journey into Python programming with a foundational "Hello, World!" script for data science. Uploaded on [7/12/2024], it marks my initial steps in mastering Python's s…

    Python Updated Jul 12, 2024