A personal collection of Python scripts built to automate repetitive tasks — each script targets a specific workflow and runs independently.
| Script | Description |
|---|---|
catalog_report_generator.py |
Extracts SKUs from catalog layout Excel files and generates a formatted stock analysis report |
Spike_alarm.py |
Send Daily Email To The Supply chain manager To early Detect Stockout Skus |
More scripts will be added over time.
Each script has its own dependencies. Check the script header or the comments at the top of each file for install instructions.
Generally:
pip install pandas openpyxlEach script is standalone — just run it directly:
python script_name.pyScripts that need user input are fully interactive via the terminal.
Automation/
├── README.md
│ └── catalog_report_generator.py
└── ...