Skip to content

Carberra/how-its-done

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How it's Done

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.

Installation of required components

To install Python:

Download the latest version from here: https://www.python.org/downloads/.

Pip installs:

On Unix based systems:

python3.x -m pip install ... (replace "x" with your subversion).

On Windows:

pip install ..., or

  • For Python >= 3.8: py -m pip install ...
  • For Python < 3.8: python -m pip install ...

Notes

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.

Help

For help and enquiries, join the Carberra Discord server: https://bit.ly/carb-discord.

Releases

No releases published

Packages

No packages published

Languages