This repository contains the code files for all one off videos as part of the "How it's Done" series, which can be found here: https://www.youtube.com/playlist?list=PLYeOw6sTSy6aXdObL7jRQ2zwmM_HG9z6e.
Download the latest version from here: https://www.python.org/downloads/.
python3.x -m pip install ...
(replace "x" with your subversion).
pip install ...
, or
- For Python >= 3.8:
py -m pip install ...
- For Python < 3.8:
python -m pip install ...
Feel free to fork this repository and make changes as you please. The code in this repository is designed to be taken as a guide.
For help and enquiries, join the Carberra Discord server: https://bit.ly/carb-discord.