Skip to content
View praneethpythonpro's full-sized avatar

Block or report praneethpythonpro

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

    easy calculator

    Python

  2. calender-new calender-new Public

    easy calculator

  3. number-guess-game number-guess-game Public

    The game picks a random number between 1 and 100. You guess, and it tells you “too high” or “too low” until you find the correct number.

  4. Analyzing-a-Small-CSV-Dataset-of-Students-Scores Analyzing-a-Small-CSV-Dataset-of-Students-Scores Public

    This beginner-friendly Python project analyzes students’ scores from a CSV file. It calculates each student’s average score, displays the data, and creates bar charts for both overall averages and …

  5. A-Simple-Text-based-Mood-Detector. A-Simple-Text-based-Mood-Detector. Public

    This Python project is a Mood Detector. It asks the user how they feel and responds with a message. It uses input, print, and if-elif-else statements, making it interactive and beginner-friendly.

  6. Human-or-Bot-Typing-Pattern-Detector Human-or-Bot-Typing-Pattern-Detector Public

    This project checks if the user is human or a bot by measuring typing speed and rhythm. The user types a given sentence, and the program records the time taken for each character. Based on accuracy…