Make sure you have the latest version of Python installed.
git clone <repo-url>
pip install -r requirements.txt
python main.py
Go to http://127.0.0.1:5000
To set up the fs0tool application, follow these steps:
Download MySQL: Download and install MySQL from the official website: MySQL Downloads
Create Database: Open MySQL and create a new database named "fs0tool". You can use the following SQL command:
CREATE DATABASE fs0tool;
Create Tables:
Based on the CSV file in the instances folder, you can create three tables. Assume the CSV file has columns A, B, and C. Adjust the table structure accordingly.
Import Data: Import data from the CSV file into each respective table. Make sure to replace the placeholders with the actual file path.Adjust the table and column names as needed based on your actual CSV file structure.