A basic tool I wrote for my programming class, based off this edabit python challenge. All it does is return the DNS Hostname for the IP Address you input.
It should work well on Windows, MacOS, and Linux - however, if you come across an issue, feel free to email me or contribute a fix yourself if you'd like.
IMPORTANT: This tool uses the colorama library for colored text. Colorama must be installed for this to work properly.
You can run the tool by calling one of the commands in the directory where you downloaded dns.py - based on your OS:
Windows: python dns.py
MacOS/Linux: python3 dns.py
Feel free to use this app for whatever you want. If you end up reworking it or adding to it on your own repository, I don't require any credit whatsoever, since this is a super basic (and useless) tool and was made for a school assignment. If you want to give credit, though, go for it.
Thanks, and enjoy.