Python based Retail Inventory Scanner
A simple python program that connects to a PostgreSQL database every 6 hours. It scans the inventory for potential low stocks and sends an email, with a brief report to the specified receiving address. Pre-requisites Download and install the latest python version from here. Install PostgreSQL driver psycopg2 using the command pip install psycopg2 from the terminal. Install sendgrid using the command pip install sendgrid from the terminal. Install dotenv using the command pip install python-dotenv from the terminal. Run […]
Read more