TheEmperorPenguin / robot-python

project for 42 students to help kids discover tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PROJET ROBOT PYTHON

  • Une présentation complète du projet ici :
documentation/hackathon.pdf

Planning

HACKATHON

  • Starting date : 16 Août 2023 - 9h
  • 1st Meeting : 16 Août 2023 - 9h
  • End date : 17 Août 2023 - 18h
  • 2nd Meeting : 17 Août 2023 - 16h

Objectifs

  • Une présentation de chaque module se trouve dans le pdf :
    • Module microphone
    • Module speaker
    • Module camera
    • Module matrix screen
    • Module web app
    • Module openia
    • Un autre module proposé ?

Setup environnement dev python

python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt

Ajouter un package python et tout ajouter au fichier requirements.txt

python3 -m pip install <package_name>
python3 -m pip freeze >> requirements.txt

Lancer le programme principal

python3 main.py

ou

chmod +x main.py
./main.py

About

project for 42 students to help kids discover tech


Languages

Language:HTML 62.2%Language:Python 37.8%