philomathic-guy / Malicious-Web-Content-Detection-Using-Machine-Learning

Chrome extension for detecting phishing web sites
https://philomathic-guy.github.io/Malicious-Web-Content-Detection-Using-Machine-Learning/
MIT License
236 stars 76 forks source link

Python version error #4

Closed sumit-badsara closed 5 years ago

sumit-badsara commented 5 years ago

Your project is developed in python2.x, changing it to python3.x is generating multiple errors. I guess it should be mentioned in readme that this project was developed using python2.x .

philomathic-guy commented 5 years ago

Hi, Yes you are right. It isn't directly mentioned in the README, but there are mentions of it in certain parts of the README. Nevertheless, I have mentioned it explicitly in the README now. Thanks for pointing that out. Also, I am planning on changing the project to Python 3.x soon when I get some free time.