Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 573 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 573 Bytes

MLH LocalHackDay2018 (SWE x Cruzhacks PreHackathon)

Processing program that takes input from specified text file. Parses text and displays in window for user to view. The color of the word is dependent on the frequency in which it appears (the darker the word, the higher the frequency). Default color is purple :)

To execute program, download folder 'WordFreq.windows32', modify "UserInput.txt" to contain desired text, and execute. Ensure that UserInput.txt is in the same location as WordFreq.exe when attempting to execute.

Created by Rachel Haub and Sean O'Byrne