Metadata-Version: 2.1
Name: 101703301-Project1-TOPSIS
Version: 0.0.2
Summary: Implementation of TOPSIS
Home-page: https://github.com/
Author: Kushagra-Thakral
Author-email: kushagra.thakral@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# TOPSIS Implementation
## Project1 UCS633
### Submitted by Kushagra Thakral 101703301<br>
Implementation of TOPSIS for a simple dataset having 4 columns.<br>
run in CMD:<br>
python3 project1.py file_name.csv 0.25 0.25 0.25 0.25 a-+++b <br>
where a and b can be replaced by any character except shell script keywords.<br>

