This is the repo for BARBOT 2022 GUI in python
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
git clone https://gitlab.com/barbot-2020/barbotQt.git
- Python3
This project has been deployed with dietpi OS, based on debian bulleyes for thinker board, so please download it from here
- Flash the .img downloaded into the SD card (windows use rufus, linux
dd⚠️ WARNING you can destroy your drive verify 2 times your arguments - Run the thinker board ℹ️ ID=root pass=dietpi
- Do initial configuration (follow instruction on screen, like configuration of Wi-Fi or stuff like that)
- Install requirement (refer section below)
- Clone this repository and go inside
git clone https://gitlab.com/barbot-2020/barbotQt.git pip3 install -r Requirement.txt(you may need to remove PySide2)echo '#!/bin/sh'>start.sh && echo 'python3 Main.py' >>start.sh && chmod +x ./start.sh- Edit configuration like serial port, screen size
- Plug an arduino
- execute
startx /bin/sh ./start.sh(must be sudo) - setup autostart with dietpi-config
Please install following package with :
sudo apt update && apt upgrade -y
sudo apt install -y \
git \
python3 \
python3-pip \
python3-PySide2* \
lxqt \
xinit \
xorg Please follow instruction above. PLEASE work in VENV python
Game of the BARBOT 2022.
- Clément Garrigues - Initial work and development - Tecnelm
- Matthieu Jouin - Initial work and development - 2t1h
- Sophie Dreano - Drawing and Ideas - soso_drn_
- Paulin Navas - Rules - @HeinekenKatana
Blank
- Deel free to modify any thing in this document if you find it pertinent !