Python
from msvcrt import getch;
import os;

def readBinFileName(filename):
    """function for reading some bin file, returns [bytes , (int)filesize]"""
  ...
# IP Lib
# https://realpython.com/python-ipaddress-module/

# Ping IP  working any OS , BUT with echo
# https://stackoverflow.com/questions/2953462/p...
from PIL import Image;
import numpy as np
import ctypes

filename = input('Ender image name: ');
filename += ".png";

#file opening
try:
    im = Ima...