Uploaded July 2020 | Updated September 2026, 2 weeks ago
A simple programming tutorial to show the basics of animating a drawing (spinning line) in PyGame using Python. I designed this video for phone viewing.
code link: gist.github.com/gerryjenkinslb/606f2688bd0d33f3c75f8f80fe01b088
To install PyGame:
windows 10: in command line: pip3 install pygame
Mac: in Terminal: pip3 install pygame
Linux versions:
Debian/Ubuntu/Mint: sudo apt-get install python3-pygame
Fedora/Red hat: sudo yum install python3-pygame
Arch/Manjaro: sudo pamac install python-pygame
To install my environment of Python 3.8 and Pygame see my videos:
Windows 10: youtu.be/AUiM1UaRCPc
Mac: youtu.be/oyzH4M6X6F4
Ubuntu Linux: youtu.be/hpo2Tk2s2pU
A simple programming tutorial to show the basics of animating a drawing (spinning line) in PyGame using Python. I designed this video for phone viewing.
code link: gist.github.com/gerryjenkinslb/606f2688bd0d33f3c75f8f80fe01b088
To install PyGame:
windows 10: in command line: pip3 install pygame
Mac: in Terminal: pip3 install pygame
Linux versions:
Debian/Ubuntu/Mint: sudo apt-get install python3-pygame
Fedora/Red hat: sudo yum install python3-pygame
Arch/Manjaro: sudo pamac install python-pygame
To install my environment of Python 3.8 and Pygame see my videos:
Windows 10: youtu.be/AUiM1UaRCPc
Mac: youtu.be/oyzH4M6X6F4
Ubuntu Linux: youtu.be/hpo2Tk2s2pU










