Skip to content

A tool you can use with your friends to find what activity to do together.

License

Notifications You must be signed in to change notification settings

bili2002/Common-interest-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

A tool you can use with your friends to find what activity to do together.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages