Skip to content

A project that uses both Math and Python to create complex fibonacci spirals with a GUI!

Notifications You must be signed in to change notification settings

LydiaAlem/Fibonacci-Spiral-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci Spiral Generator!

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:)

Language & Software used:

Python Logo Assembly Logo

Getting Started

Run the following command

pip install -r requirements.txt

Installing

1) Clone the directory
  git clone https://github.com/LydiaAlem/Fibonacci-Spiral-Generator.git
2) Navigate to the project directory:
  >> cd Fibonacci-Spiral-Generator
3) Run the code:
Screenshot 2023-07-17 at 4 11 11 PM
3) Enter the number of spirals:
Screenshot 2023-07-17 at 4 11 22 PM
3) Since only ONE GUI window can be open at a time, click ENTER then click onto QUIT.
Screenshot 2023-07-17 at 4 28 45 PM

Built with

- Python - programming language used.

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

Sample Outputs:

Screenshot 2023-07-17 at 4 16 34 PM Screenshot 2023-07-17 at 4 30 42 PM

About

A project that uses both Math and Python to create complex fibonacci spirals with a GUI!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages