Skip to content
View CrazyRag778's full-sized avatar
๐ŸŒ
I live on Earth.
๐ŸŒ
I live on Earth.

Block or report CrazyRag778

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
CrazyRag778/README.md

Hi there ๐Ÿ‘‹

Well! I got nothing more to share about myself!!!

Pinned Loading

  1. Gitus Gitus Public

    Gitus is a Python CLI tool for managing global Git users. Easily add, remove, list, and switch between different global Git user configurations. Perfect for developers working on multiple projects โ€ฆ

    Python

  2. This Python program counts the occur... This Python program counts the occurrences of spaces, special characters, lowercase and uppercase letters, and numerals in a given text by studying it. It goes over every character in the text, assigns them a type, and adds up the totals, giving a clear overview of these elements.
    1
    user_text = input("Enter a text: ")
    2
    
    
    3
    spaces = 0
    4
    special_chars = 0
    5
    lowercases = 0
  3. HyOlang HyOlang Public

    A Programming language that is not ready for use, till date!

    Python