Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

rpep/FolderAnalyse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FolderAnalyse

Build Status Documentation Status PyPI version Python version

FolderAnalyse is an application which provides word frequency statistics about files. It is designed for use primarily as a command line application, but it can also be used as a library.

To install FolderAnalyse, simply install from PyPi via:

python3 -m pip install FolderAnalyse

Alternatively, to try out the latest version, install directly from GitHub with:

python3 -m pip install git+https://github.com/rpep/FolderAnalyse

After that, FolderAnalyse will be available at the command line; to view the help simply call

FolderAnalyse -h

For documentation on how to use FolderAnalyse, please see the documentation here.

About

An application which returns frequency statistics for text files in a given directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published