NaomiProject / Naomi

The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
https://projectnaomi.com/
MIT License
242 stars 49 forks source link

Rewrite all setup scripts in python #386

Open Akul2010 opened 1 year ago

Akul2010 commented 1 year ago

Detailed Description

You can write all the scripts in python, because that is an easy way to make it cross-platform - and you can use the library platform to add any linux-only commands and replace them with other platform code.