This python project uses GUI to display a fibonacci spiral, based on the number of spirals the user would like to generator. I completed a GUI project in my introduction to algorithms and data structures course (CSCI 1933), and wanted to do something similar but in a different language and something that uses math:)


pip install -r requirements.txt
git clone https://github.com/LydiaAlem/Fibonacci-Spiral-Generator.git
>> cd Fibonacci-Spiral-Generator



- tKinter - a top-level window with a title bar and other standard window features.(Click here for more info!)

