Skip to content

A collection of command-line tools for security, networking, and utility tasks. Includes password generator, IP info lookup, ping sweeper, and file hasher. Built for learning, labs, and everyday use.

Notifications You must be signed in to change notification settings

Gilbertsanchz/Python-CLI-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”§ Python CLI Toolkit

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.

πŸš€ Tools Included

  1. Password Generator – Create strong, random passwords
  2. IP Lookup – Get geolocation and details of any IP using ipinfo.io
  3. Ping Sweeper – Scan a subnet to find online devices
  4. File Hasher – Generate a SHA256 hash of any file

πŸ“¦ Usage

python3 password_generator.py
python3 ip_lookup.py
python3 ping_sweeper.py
python3 file_hasher.py

βœ… Dependencies

Only requests is required (for ip_lookup). Install with:

pip install requests

Happy hacking πŸ’»

About

A collection of command-line tools for security, networking, and utility tasks. Includes password generator, IP info lookup, ping sweeper, and file hasher. Built for learning, labs, and everyday use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages