Skip to content

IgorGreenIGM/PyShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📚 Resume

Python Shop Application with graphical user interface that allow user to buy articles, 
automatically set reduction related to the number of visits of the client and the number of 
bought articles in the shop, and print total bill in a file.

🎨 Externals Modules

- Tabulate, to format bill output able format like
- Tkinter, for graphical user interface
- Pillow, for importing images in tkinter
- os, for managing database and bill files

🚀 Getting started

install external specified modules 
    ~ `pip intall tabulate`
    ~ `pip install tkinter`
    ~ `pip install PIL`

✔✔ Features

- purpose articles to clients and save their command in a database file
- apply reductions to client according to his visits number
- apply reductions to client according to his bought artcle number
- realtime command list update ability
- custom welcome text either the client is a regular or not
- display his number of reductions to the client

⛏️ Built

Tested and perfectly worked with python 3.10.7
for any troubleshouting, upate python to the lastest version

✍️ Authors

[@igorgreenIGM](https://github.com/igorgreenIGM) - Idea & Initial work.

📂 Examples

A bill example can be found in the bill folder.
welcom screen interface look : 

Welcome interface

About

Client Based Shop Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages