Skip to content

unixsockshark/pisanoPeriodCircle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Pisano Periods

Pisano periods are a sequence of numbers that result from using a set modulus on the fibbonacci sequence. I highly reccomend you watch the video about Pisano periods by David Yatsko.
https://www.youtube.com/watch?v=o1eLKODSCqw&t=349s

How to Use

If you don't have pygame or pygame-ce installed, you need to run the following command in the CLI of your choice.
pip install pygame

If you don't have python installed you can install it using the following link;
https://www.python.org/downloads/

To run the application run the following command;
python3 \path\to\your\file.py

Credit

https://en.wikipedia.org/wiki/Pisano_period
https://www.youtube.com/watch?v=o1eLKODSCqw&t=349s

Releases

No releases published

Packages

No packages published

Languages