Download and Install python from https://www.python.org/downloads/
Requirements
Python 3.5+
Libraries Used:
sqlite3, uuid
If you do not have these libraries installed, run the following commands:
pip3 install uuid
pip3 install sqlite3
It is required that you keep your files in the file_utilities directory inside the project and also do not delete any other file inside the project.
As we are working on local server system it is being assumed that server will not crash.
To run this project go into the project directory and run the following command.
python3 main.py
This will print a message, and the program will require further input to run.
Enter your file name: test_file.txt