Skip to content

I built this app because i wanted a option to share files when we dont have internet. Me and my friends use this app in our college.

Notifications You must be signed in to change notification settings

GollaBharath/FileShareApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Transfer App

A simple file sharing tool built in Python using sockets and tkinter. Works over the same Wi-Fi.

How to Use

  1. Run main_app.py
  2. Choose to Send or Receive
  3. Devices must be on the same Wi-Fi
  4. Sender enters the receiver’s IP and port

Build .exe (Optional)

pyinstaller --noconsole --onefile --add-data "client.py;." --add-data "server.py;." main_app.py

About

I built this app because i wanted a option to share files when we dont have internet. Me and my friends use this app in our college.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages