txtreader.py reads all .txt files from a chosen folder, and spits an output of the title, followed by a counter of how many singular phoneme occurs in that specific folder.
txtavg.py, like txtreader.py, reads all .txt files from a chosen folder, but merges the input of all the .txts together, and then uses a counter to add up all the singular phoneme occurrences within the folder.
txtreader.py reads all .txt files from a chosen folder, and spits an output of the title, followed by a counter of how many singular phoneme occurs in that specific folder.
txtavg.py, like txtreader.py, reads all .txt files from a chosen folder, but merges the input of all the .txts together, and then uses a counter to add up all the singular phoneme occurrences within the folder.