https://github.com/dguyen/iq-ooo-solver
Solving IQ odd one out test questions.
https://github.com/dguyen/iq-ooo-solver
Last synced: about 1 year ago
JSON representation
Solving IQ odd one out test questions.
- Host: GitHub
- URL: https://github.com/dguyen/iq-ooo-solver
- Owner: dguyen
- License: mit
- Created: 2018-07-04T06:28:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T13:52:20.000Z (about 7 years ago)
- Last Synced: 2024-10-29T09:17:12.022Z (over 1 year ago)
- Language: Python
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IQ-Test Odd One Out Solver
A python script designed to distinguish the odd item out from a set of inputs. The program obtains data about each item inputted from Wikipedia, then finds the odd one out by determining the item with the weakest relation to the other items.
## Getting Started
### Prerequisites
You will need to have the following software installed on your device to proceed.
```
Python 3.5 and above
```
### Installing
Open the terminal of your device and input the following commands inside the root folder of the project.
```
python setup.py build
python setup.py install
```
### Running program
Run the script file by using the command below inside your terminal. Make sure you are within the root of the project folder.
```
python app/MainDriver.py
```
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.