Skip to content

Files

Latest commit

57eac1f · Feb 8, 2025

History

History
88 lines (83 loc) · 5.76 KB

README.md

File metadata and controls

88 lines (83 loc) · 5.76 KB

Graphical Python Effects

Welcome to Graphical Python Effects. This repository is where you will find the source code used to create the graphical effects seen in our popular YouTube series here: www.youtube.com/playlist?list=PLP_7YMAbPCtVm3xP_eahQa_1AuS04Yznb

Installation

This repository uses the programming language Python and does make use of 3rd party packages, a list of which can be found in the requirements.txt file.

To install all the required packages, you can use: pip install -r requirements.txt

Additional Notes

The following Python programs HAVE been turned into YouTube videos:

The following Python programs WILL LIKELY be turned into YouTube videos soon:

  • Colored Pixels.py
  • Colored Pixels (less points).py
  • spiral without fade.py
  • ant.py
  • gradient colored breeze.py
  • rainy.py
  • perlin lines.py
  • perlin circles.py
  • Colorful Stacked Patterns - 3.py
  • Colorful Stacked Patterns - 4.py
  • distant horizons.py
  • firework particles.py
  • particles.py
  • particles expansion.py
  • snake expansion 2.py
  • snakes incoming.py
  • vibrancy.py
  • bouncy balls.py
  • cubes.py
  • point matrix.py
  • fan.py
  • circular oscillator.py
  • colored lines dynamic.py
  • colored lines.py
  • depth based particles.py
  • nth gradient.py
  • planar.py
  • waves.py
  • circuits.py