Made with Python3
(C) @FayasNoushad
Copyright permission under MIT License
License -> https://github.com/FayasNoushad/String-Extract/blob/main/LICENSE
Installation
pip install String-Extract
Usage
string = """Hi [Fayas](https://fayas.me),
How are you"""
print(lines(string)) # For total lines
print(spaces(string)) # For total spaces
print(words(string)) # For total words
print(links(string)) # For total links