# Topsis-Khushmeet-102053011

Topsis-Khushmeet-102053011 is a Python library for dealing with Multiple Criteria Decision Making(MCDM) problems by using Technique for Order of Preference by Similarity to Ideal Solution(TOPSIS).


##Installation

Use the package manager pip to install Topsis-Khushmeet-102053011.

```pip install Topsis-Khushmeet-102053011```


##How to use it?

Enter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-)

```topsis sample.csv "1,1,1,1" "+,-,+,+"```


##License
© 2023 Khushmeet Kaur

This repository is licensed under the MIT license. See LICENSE for details.