Skip to content
View rasdharidisha-280306's full-sized avatar

Block or report rasdharidisha-280306

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. rock_paper_scissors rock_paper_scissors Public

    A Python project implementing the classic Rock, Paper, Scissors game which uses the concepts of randomization , conditional statements and taking and validating the user inputs in order to provide …

    Python

  2. passwordgenerator passwordgenerator Public

    this project uses loops and lists to dynamically generate a password . uses random module functions such as choice() and shuffle() to make the password more complex

    Python

  3. text-processing-python text-processing-python Public

    Python project for tokenization, stopword removal, and word frequency counting

    Python

  4. DocSim DocSim Public

    A PYTHON PROJECT THAT MEASURES SIMILARITY BETWEEN TWO DOCUMENTS USING VECTOR OPERATIONS AND COSINE SIMILARITY.

    Python

  5. hangman hangman Public

    "A modular command-line Hangman game built with Python. Features dynamic ASCII art, state-driven gameplay, and separated modules for word lists and visual assets to ensure clean, maintainable code."

    Python