You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Import in your code and scan/trigger it via your code - from ip_scanner.ip_scanner import IPScanner ipScanner = IPScanner(base_ip="192.168.1.", ports=(80, ), start_ip=5, end_ip=15) ...