Skip to content
tapiaer22 edited this page Jan 8, 2025 · 1 revision

Welcome to the Praximedes wiki!

Here you will find documentation for the modules in the source code and examples on how to use them for your own.

The program consists mainly of 3 modules:

  • LED_Source.py: handles connection and commands sent to the BLE device of HappyLighting for the LED lights
  • Spotify_Controller.py: handles the requests with the Spotify API to play music and do cool stuff with your Spotify account
  • Praximedes.py: it serves as the voice assistant and processes voice commands to perform personalized actions with both, LED_Source and Spotify_Controller, modules

The main.py file puts everything together and it handles arguments parsed in the terminal/command-line

Clone this wiki locally