working version and readme.

This commit is contained in:
2025-10-07 11:59:56 -04:00
parent dbb563a1e7
commit 42515d4957
2 changed files with 4 additions and 2 deletions

View File

@@ -3,15 +3,17 @@ import sys
import datetime
import mysql.connector
# Version 1.0
# Requirements:
# Install python 3.x from https://www.python.org/downloads/
# pip install mysql-connector-python
# Usage:
# python foldersToSQL.py
# python foldersToSQL.py [optional: path_to_scan]
# ================== CONFIGURATION ==================
SCAN_PATH = r"C:\Users\sebastien.plante\Downloads\test folders"
SCAN_PATH = r"C:\test folders"
DB_CONFIG = {
"host": "localhost",
"user": "root",

BIN
README.md

Binary file not shown.