No description
Find a file
2021-05-26 16:24:17 -05:00
.github/workflows A workflow to build the images 2021-05-05 14:15:24 -05:00
img move out of subdirectory 2021-05-03 09:24:30 -05:00
LICENSES Make reuse-compliant 2021-05-03 09:21:48 -05:00
.circuitpython.skip Don't accidentally run on ourselves 2021-05-03 09:36:04 -05:00
.gitignore move out of subdirectory 2021-05-03 09:24:30 -05:00
.pre-commit-config.yaml Run pre-commit in actions. Remove unneeded bits of pre-commit 2021-05-05 14:10:37 -05:00
.pylintrc Start bringing up to standards 2021-05-03 09:06:27 -05:00
CODE_OF_CONDUCT.md Start bringing up to standards 2021-05-03 09:06:27 -05:00
create_requirement_images.py pylint, black, etc 2021-05-26 16:24:17 -05:00
get_imports.py pylint, black, etc 2021-05-26 16:24:17 -05:00
NOTES Make reuse-compliant 2021-05-03 09:21:48 -05:00
README.md Refine the README 2021-05-05 14:24:38 -05:00
requirements.txt Adapt to producing images for the bundle 2021-05-26 16:20:51 -05:00
requirements.txt.license move out of subdirectory 2021-05-03 09:24:30 -05:00
Roboto-Regular.ttf move out of subdirectory 2021-05-03 09:24:30 -05:00
Roboto-Regular.ttf.license move out of subdirectory 2021-05-03 09:24:30 -05:00

This folder contains scripts that can be run to create requirement screenshots for all of the learn guide projects

To use the scripts you must set the environment LEARN_GUIDE_REPO to point to the location of learn guide repo. It must end with a trailing slash.

The default value is "../Adafruit_Learning_System_Guides/", one directory above the root of this repo.

With that pointed at a learn guide repo you can run:

python3 create_requirement_images.py

It will create images in the generated_images directory.