This is a simple file analyzer tool like wc used in Linux. It's based on python for all OS and Kernels
usage: sizak.py [options]
Size and Counter Tool by InferiorAK
options:
-h, --help show this help message and exit
-f , --file Target File
-bc, --byte Count Bytes
-cc, --char Count Characters
-wc, --word Count Words
-lc, --line Count Lines
-sz, --size File Size
-v, --version Show Version
apt update && apt upgrade -y
apt install python3
git clone https://github.com/InferiorAK/Sizak
cd Sizak
python3 sizak.py --help
Now Enjoy! And don't forget to follow me and Subscribe my Youtube Channel And Don't Steal my Codes!