A small collection of command-line tools built with Python. Each script is self-contained and easy to use for learning, portfolio, or utility purposes.
- Password Generator β Create strong, random passwords
- IP Lookup β Get geolocation and details of any IP using ipinfo.io
- Ping Sweeper β Scan a subnet to find online devices
- File Hasher β Generate a SHA256 hash of any file
python3 password_generator.py
python3 ip_lookup.py
python3 ping_sweeper.py
python3 file_hasher.pyOnly requests is required (for ip_lookup). Install with:
pip install requestsHappy hacking π»