A mass URL checker tool written in python.
- Input multiple URLs separated by new line.
- Import text file with URL, separated by new line.
- Import from hosts file.
- Import bookmarks.html file (non-nested)
- Export CSV
- Export hosts
- Export bookmarks.html file (non-nested)
- Output colored texts for easy visualization.
Indeterminate progress bar to show if process is running or not.- Multi-threaded to utilize multicore systems.
- Add button to stop running process.