https://github.com/arthurfdlr/assobiwan_party_gui
🎉Application used during ENSMA parties to record sales and adapt price over each teams consumption.
https://github.com/arthurfdlr/assobiwan_party_gui
Last synced: about 2 months ago
JSON representation
🎉Application used during ENSMA parties to record sales and adapt price over each teams consumption.
- Host: GitHub
- URL: https://github.com/arthurfdlr/assobiwan_party_gui
- Owner: ArthurFDLR
- License: gpl-3.0
- Created: 2019-06-08T10:31:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T17:13:27.000Z (over 5 years ago)
- Last Synced: 2025-01-14T22:31:56.317Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 34.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Assobiwan's drink sales manager
The main window is projected behind the bar while bartenders use the control window to register sales. Prices vary between 0.80€ and 1.20€ by 0.05€ steps. A team gains a point when one of its members buys a drink and loses one when the other team gets a drink. The 5ct fluctuation affects the prices when a team reaches 5 points.

Use [pipenv](https://pypi.org/project/pipenv/) with Pipfile provided to create an adequate Python interpreter.
## Invasion mode
To activate Invasion Mode, click "mode invasion" on the control panel, click once again to deactivate. During Invasion, prices are set to 1.00€ (regardless of each team's scores). However, points are still evolving. Thus prices are different at the end of Invasion mode from what they used to be at the beginning.
## Control pannel
When a bartender sells a drink, he needs to click "+1 pour les Siths/Jedis" according to the buyer's team (blue or red wristband). Large orders can be displayed, select the team, the number of drinks, the person's name, click "Go".
The log window registers all individual sales and the total sales number on "Totale des ventes" click.
The button "Reinitialisation de la partie" erases all data to restart a game.
