Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 765 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 765 Bytes

Common-interest-finder

A tool you can use with your friends to find what activity to do together. You would create a list with activities and each one of you would give a rate to each activity, after which a function to find the best one would give you the desired results.

TO DO:

  • Right now the function makes sense only for two people.

To start the project:

python .\runner.py start

To add interests:

python .\runner.py add arg1 [arg2, ..., argn]

To add rates for people:

python .\runner.py rate arg1 [arg2, ..., argn]

To find common interests between people:

python .\runner.py find arg1 [arg2, ..., argn]

To do both of the above:

python .\runner.py all arg1 [arg2, ..., argn]