V 1.0.0 - CRUD functions operational.
-
Python 3.9.4 or above recomended. There are no required packages.
-
Clone this repository or download the crawl_dir folder and run app.py.
-
Run app.py from the crawl_dir directory in your CLI using the python command
-
The app will direct you through saving and comparing your crawls.
-
Saves are stored in an automatically created directory inside the crawl_dir folder. Point the crawl at crawl_dir itself to track it's saves!
-
Optimization of file size for storage. Eliminate redundant paths in .json save files. Concatenate key:value pairs in comparative analysis.
-
Better input validation and navigation. Cancel actions such as file saving.
-
GUI using Kivy. Form inputs. Graphical file selecting.