imvickykumar999 / Universal-File-Share

Run Server in Laptop and Open ipv4 URL in Mobile or other Laptop to Transfer files.

Home Page:https://imvickykumar999.github.io/Universal-File-Share/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Run Server in Laptop and Open ipv4 URL in Mobile or other Laptop to Transfer files.

https://imvickykumar999.github.io/Universal-File-Share/


Languages

Language:HTML 71.0%Language:TeX 25.7%Language:Python 2.8%Language:Jupyter Notebook 0.5%Language:C++ 0.0%