File-Searchify A Python app with GUI that searches files in a specified directory. It creates indexing using Suffix Array algorithm. To run this, apply these commands: $ pip install -r requirements.txt $ python main.py