Descriptions: GraphMain.py: A program that generates a line graph which shows how many times a word was used in the book Mrs. Dalloway and in which sentences it was used the most. GetSentence.py: A program that gets the nth sentence of the book Mrs. Dalloway
Intructions to Open:
- Scroll up
- Click on the green "Code" button
- Create a new CodeSpace on main
- Wait for everything to load
Instructions to Generate a Line Graph:
- Type
pip install matplotlibin the Terminal - Next type in
python3 GraphMain.py - Enter the Word you'd like to find
- Enter the appropriate Bin Size
- Type in
code image.pngto see the graph
Instructions to Find the nth Sentence:
- Type
python3 GetSentence.py - Enter the number
Programmed by Aslesh Sura