Python Library .whl
Python Library .whl
Library :1
pip: Python installer package ♦♦♦♦♦
Count the total words in the '.txt' file.
Remove all new lines and spaces from the '.txt' file
Count the total unique words in the '.txt' file
Download the library file:- babu-0.4-py3-none-any.whl
Run the command: pip install babu-0.4-py3-none-any.whl
or: pip install "package_path"
Program Demo:
import Babu.babu as bn
# Check how many words there are in the file
data=bn.rakhin_check("file_name.txt")
print(data)
#clear all spaces & new lines from the file
bn.rakhin_out("file_name.txt")
#Check how many unique words there are in the file.
a=bn.rakhin_unique("file_name.txt")
b=[".","|",":"]
c=bn.rakhin_clear(b,"file_name.txt")
print(c)
If , this button opens another page, just click on "Download anyway" the download will start.
.........Python.........