Recent Posts

Calculate the average word count in text files

1 minute read

A python script to gather all .txt files in the specified folder and calculates average word count and standard deviation. Specify the folder with the -f fla...

Concatenate all text files in the folder

1 minute read

A python script to concatenate all .txt files in the specified folder. Specify the folder with the -f flag. Default is current working directory. Only the es...