A repo containing my scripts running on the base of this repository
- Everything from the repo linked above (buzzer is optional)
- Python 3.9 (maybe 3.8 works too)
- A capture card (to get a video signal from the Switch to the PC)
- Rename
sample.config.json
toconfig.json
- Update the settings in
config.json
(if so desired) - Run any of the scripts as a python module:
python3 -m scripts <game> <"module"> <script>
- Example:
python3 -m scripts pokemon bdsp arceus
- for more information add the
-h
flag after any of the arguments- Example:
python3 -m scripts pokemon bdsp -h
- Example:
- To see all available games run
python3 -m scripts -h
- To see all available modules run
python3 -m scripts <module> -h
- To see all available scripts run
python3 -m scripts <game> <module> -h
- To see the requirements for a script to run (successfully), add the
-r
/--requirements
flag after the script- Example:
python3 -m scripts pokemon bdsp arceus -r
- Example: