cokenstok_tuto.mp4
CokEnStok is a dynamic stock management tool designed to cater to diverse inventory needs. Whether it's IT assets or general warehouse stock, this desktop application empowers users to create, maintain, and monitor stock databases with ease and efficiency.
- Custom Database Creation: Build your own stock database tailored to your specific inventory requirements.
- Intuitive Editing: Seamlessly add, remove, and modify stock items within your database to reflect real-time changes.
- Visualization and Analysis: Generate insightful graphs with
matplotlib
to visualize stock trends and analyze inventory levels. - Email Alerts: Set up an SMTP account to send out automated email alerts, ensuring you stay ahead of restocking needs and never run out of key items.
- Recipient Management: Manage a list of recipients who will receive alerts, keeping all stakeholders informed about stock levels.
Before running CokEnStok, ensure you have the following:
- Python 3.x installed on your system.
- Necessary Python libraries:
ttkthemes
,tkinter
,sqlite3
,openpyxl
,matplotlib
,smtplib
, and others as required by the script.
- Clone the repository to your local machine or download the
CokEnStok.py
file. - Install all required dependencies using
pip
:pip install ttkthemes tkinter sqlite3 openpyxl matplotlib smtplib
Main Screen | Sub Menu |
Set Email Alert | Sum Email |
Graphic Evolution |