Skip to content

Instantly share code, notes, and snippets.

View joshuaboy7's full-sized avatar

Josh joshuaboy7

  • Denver, Colorado
View GitHub Profile
@joshuaboy7
joshuaboy7 / WordCount
Last active December 27, 2015 16:59
This script imports a text returns unique words and their counts.
import string
import globe
import csv
"""
flist=glob.glob(r'C:\\Python27\\*.txt')
fil = open('C:\\Python27\\README.txt')
new_file = open('C:\Python27\\freq_list.txt', 'w')
"""