updating instructions

This commit is contained in:
2025-10-07 12:12:57 -04:00
parent f0c81cf529
commit 4969eebe28
2 changed files with 4 additions and 2 deletions

View File

@@ -15,10 +15,12 @@ import mysql.connector
# pip install mysql-connector-python # pip install mysql-connector-python
# Usage: # Usage:
# python foldersToSQL.py [optional: path_to_scan] # python foldersToSQL.py
# Optionally, you can specify a different path to scan:
# python foldersToSQL.py "C:\another folder"
# ================== CONFIGURATION ================== # ================== CONFIGURATION ==================
SCAN_PATH = r"C:\test folders" SCAN_PATH = r"C:\test folder"
DB_CONFIG = { DB_CONFIG = {
"host": "localhost", "host": "localhost",
"user": "root", "user": "root",

BIN
README.md

Binary file not shown.