vinitshahdeo / PortScanner

A go-to tool for scanning network. Scan all the open ports for a given host with just one click.
https://vinitshahdeo.github.io/PortScanner/
MIT License
134 stars 114 forks source link

[BUG] raw_input is not compatible in python 3 #54

Open himanshujaidka opened 4 years ago

himanshujaidka commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

himanshujaidka commented 4 years ago

see #53

Kashish121 commented 4 years ago

Hey @himanshujaidka , the python codes in the master branch are written in python2. Checkout branch feature/python3.8 for python3. 👍