Skip to content

Latest commit

 

History

History
89 lines (61 loc) · 1.77 KB

Readme.md

File metadata and controls

89 lines (61 loc) · 1.77 KB

LSTS

Local Stock Tracking System

Python

Tracks the stock of local pharmacies to help people find their medicine easier

  • Track items availability in drug stores near you
  • Spend less time searching for the right place to get your meds
  • Helps you use your time with more efficiency

Screenshot

DrugDisplay

Valuable information

  • The default username and password for UPA-SUL is "admin"
  • The default username and password for UPA-LESTE is "leste"

Features

  • Automagically gets the latest availability data and prices
  • Export your items list with prices as a text file

Warning

⚠️ This is a PoC project for educational purposes only: We don't provide any support, use at your own risk!

Installation

  • LSTS requires Python 3.9.7 or later

Linux

Ubuntu

git clone https://github.com/Gater73/LSTS.git
cd LSTS
pip3 install -r requirements.txt 

Other distros

git clone https://github.com/Gater73/LSTS.git
cd LSTS
pip install -r requirements.txt 

Windows (Git Bash)

git clone https://github.com/Gater73/LSTS.git
cd LSTS
pip install -r requirements.txt 

Run

Linux

Ubuntu

python3 site.py
python3 admin/main.py

Other distros

python site.py
python admin/main.py

Windows

You can run LSTS in windows simply by running start.bat in the repository folder you cloned to your PC.

Start start-admin.bat to open the admin UI.

License

GPL v3