victordomingos / Count-files

A CLI utility written in Python to help you count files, grouped by extension, in a directory. By default, it will count files recursively in current working directory and all of its subdirectories, and will display a table showing the frequency for each file extension (e.g.: .txt, .py, .html, .css) and the total number of files found.
https://no-title.victordomingos.com/projects/count-files/
MIT License
23 stars 9 forks source link

updated test files, added fill(), deleted unused param size #75

Closed NataliaBondarenko closed 6 years ago

NataliaBondarenko commented 6 years ago

changelog:

NataliaBondarenko commented 6 years ago

here we can use the Counter: https://github.com/victordomingos/Count-files/commit/ad0ce139eee1635b33a126546f807c1c38cb5784