A script to setup a sd card for a headless raspberry pi setup. This script will enable ssh, setup wifi, and change the default password.
(use venv for better isolation)
To install the dependencies run:
$ pip install -r requirements.txtCreate a config.json file in the root of the project following the config-SAMPLE.json file example.
Then run:
$ python main.py -v <the-path-of-the-sd-volume>