https://github.com/vanguardmaster01/vendingapp
vending desktop application using kivy framework
https://github.com/vanguardmaster01/vendingapp
http-requests kivy-framework postgresql python websocket
Last synced: 5 months ago
JSON representation
vending desktop application using kivy framework
- Host: GitHub
- URL: https://github.com/vanguardmaster01/vendingapp
- Owner: vanguardmaster01
- Created: 2023-09-19T21:27:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T23:04:59.000Z (over 2 years ago)
- Last Synced: 2025-07-05T11:47:50.528Z (12 months ago)
- Topics: http-requests, kivy-framework, postgresql, python, websocket
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
################ windows #########################
visit https://www.python.org/downloads/release, download python 3.9 and install it
pip install kivy
pip install Pillow
pip install python-pptx
pip install ffpyplayer
pip install python-dotenv
################ ubuntu ####################
sudo apt update
sudo apt upgrade
sudo add-apt-repository ppa:deadsnakes/p
pa
sudo apt install python3.9
python3.9 -m venv venv39
######################### this path is mine, replace your path ###############
/home/crazy/Downloads/Work/Kivy/venv39/bin/python3.9 -Im ensurepip --upgrade --default-pip
sudo apt install python3.9-venv
python3.9 -m venv myenv
source myenv/bin/activate
pip3.9 install kivy
pip3.9 install Pillow
pip3.9 install python-pptx
pip3.9 install websocket
pip3.9 install websockets
apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
pip3.9 install ffpyplayer
##########run command
#######go to your workspace
python3.9 main.py