An open API service indexing awesome lists of open source software.

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.

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.