khyati18 / LAP-Lab-3-Text-Stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAP Lab 3 Text-Stats Application

This is a GUI based application that takes a text file as input. Users can view statistics of the input file and a frequency plot. Users can also find sentences from the file containing certain keywords. The GUI is being built using Tkinter Python3 library.

Technology Used - Python3, Tkinter, NLTK

Local Setup Guide

  1. Install Tkinter
sudo apt-get install python3-tk
  1. Clone this repository
git clone https://github.com/khyati18/LAP-Lab-3-Text-Stats
  1. Go inside the main directory and install requirements
cd LAP-Lab-3-Text-Stats
pip3 install -r requirements.txt
  1. Run application
python3 gui.py

Documentation

Refer to wiki page for further details.

Contributors

Member A - Khyati Agarwal (B18064)

Member B - Jai Luthra (B18061)

Member C - Nidhi Jain (B18124)

Member D - Anjali Deep (B18158)

Member E - Aman Maheshwari (B18003)

About


Languages

Language:Python 100.0%