A tool for analyzing texts and finding manipulation patterns.
Powered by:
- nltk
- pdfminer.six
- python-docx
- striprtf
- openpyxl
- textblob
- numpy
- matplotlib
- tkinter-tooltip
- tkScrolledFrame
- pyinstaller
Created by Juan Pablo Corella (nuxa17) and Alessandro de Armas (adearmas21).
Create a new virtual environment with Python 3.11.
- Windows:
python -m venv env
env\Scripts\activate.bat
pip install -r requirements.txt
- macOS:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
Run bundle.bat for Windows and bundle.command for macOS.