Skip to content
/ igloo Public

Program that tells the user all of their 2nd degree connections (personal project)

Notifications You must be signed in to change notification settings

asmith1/igloo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Igloo is an original personal project by Ashley Smith

It allows the user to enter connections into the program, and will then tell the
user who all of their second order connections are, based on the other connections
saved in the program.

I used a dictionary to save connections for easy look-up, and I used sets to store
the connections to avoid repeats.

There are 2 ways to run and view this project:
  - Via the command line:
    Run "python3 igloo.py"
  - Via the interface
    Run "python3 -m flask"
        "export FLASK_APP=homepage.py"
        "export FLASK_ENV=development"
        "flask run"

About

Program that tells the user all of their 2nd degree connections (personal project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages