A minimal user guide is available here.
Requires Python 3.10 or higher
If using miniconda
conda create -n stock_management python=3.10
conda activate stock_management
Install in editable mode
python -m pip install -e .
Run the application
python -m stock_management.main
The application is distributed together with .exe
compiled for Windows 10/11.
This is a standalone executable, no installation is required.