https://github.com/umactually/sassydecisionmachine
Vote to rank a list of options
https://github.com/umactually/sassydecisionmachine
Last synced: about 1 year ago
JSON representation
Vote to rank a list of options
- Host: GitHub
- URL: https://github.com/umactually/sassydecisionmachine
- Owner: UmActually
- Created: 2022-12-21T02:09:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T02:22:52.000Z (over 3 years ago)
- Last Synced: 2025-01-29T12:22:27.008Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sassy Decision Machine
### Vote to rank a list of options
By UmActually - Leonardo
This Python script facilitates the process of creating a ranked list, whether it's about your top N favorite albums, or the N priority items that you will bring to the trip. The program operates in the following manner:
1. The user inputs a list of options
2. A list of all possible pairs of options is generated
3. The user picks their favorite out of each pair
4. The list is then sorted by votes and displayed
Be very careful with edge cases. The algorithm has been programmed to hate the rebellious.
This is not a serious project.