This project takes username, Github access token and Github URL as input and fetches all Github comments, exports it into Excel
Initial Screen ask to enter details sucha s user name, access token and repository name
Second Screen displays all commit words and frequency count of each across all commits
When user clicks on dowload button then word with it's respective frequency count data are downloaded in xlsx file.
All words in each commit are stored into link list. Bubble sort is used to sort words for displaying.