Skip to content

imvickykumar999/Universal-File-Share

Repository files navigation

Run python on Android App or Desktop

  def get_ip_address():
      s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
      s.connect(("8.8.8.8", 80))
      return s.getsockname()[0]

  >>> pip install vixsharefile
  >>> python
  >>> from vixsharefile import run_server

image

Universal File Share

image


Authentication

image