Create standalone CLI ghosttracker (like claude code), installable via pip/setup.py, executable without python3 ghosttrack.py.
Usage
ghosttracker ip --target 8.8.8.8
ghosttracker phone --target +393331234567
ghosttracker username --target exampleuser --json
Implementation
- Add
setup.py / pyproject.toml with console_scripts entrypoint:
entry_points={
'console_scripts': [
'ghosttracker=ghosttrack:main',
],
}
- Users install:
pip install . or pip install git+https://github.com/HunxByts/GhostTrack
- argparse for subcommands
Benefits
ghosttracker directly in PATH
- No Python path hassle
- Pip installable package
- Termux/Linux friendly
Create standalone CLI
ghosttracker(likeclaude code), installable via pip/setup.py, executable withoutpython3 ghosttrack.py.Usage
Implementation
setup.py/pyproject.tomlwithconsole_scriptsentrypoint:pip install .orpip install git+https://github.com/HunxByts/GhostTrackBenefits
ghosttrackerdirectly in PATH