Kill processes using a given port on your laptop.
pip install killport
killport 1111
- kills any process using the 1111 port on your laptop
killport 1111 2222
- kills any process using either the 1111 or 2222 ports on your laptop
killport 1111 --view-only
- Displays the processes that would be deleted, but doesn't actually delete them.