π Open inventory management and Point of sales (powered by python) for small shops.
- π Crisp UI
- π Intuitive
- π Instant lookup
- βοΈ Towards customisation
alpha - highly volatile, core features not yet finished
π²πΊπ©πͺ
- Confirmation before deleting section
- Settings fully operationable
- Apply settings works for existing and non-existing db
Months ago i was searching github, looking for a point of sales solution using Python. What pricked me was that a good many had an annoying point. Some mandatorily required Posgres as though it ships with your computer, others' codebases were a tkinter spaghetti mess, yet others were django-based accounting monsters ...
I decided to give it a try, modelling it after a client request i once got. Made it flask-based with sqlalchemy+sqlite. You can instantly get started with no hassle, switching to something powerful when you want to (since it uses an ORM)
For the UI, we used the latest, bootstrap4, fa5 and jq3. Interestingly enough, i had two shop owners try it, the usage simplicity was praised
It's still in dev and supports instant lookup. Long story short, with some programming skills, you can solve some everyday problems. And yes, no cdn, all libs are bundled so that you can use it completely offline
See this linked-in article!
If you want to contribute, go ahead, we β€οΈ it. We follow a π― % first-timers-friendly policy.
- Add your country flag in readme after accepted PR
- download python3.7
- clone and cd into project
- run
python -m pip install -r requirements.txt
run initialise.py
python initialise.pypython apply_settings.pythen run the app in shopyo/shopyo
python app.pythe go to the indicated url

