This project initiates an HTTP server in a folder of your choice. Using this server, you can effortlessly transfer files to other devices on your local network.
The application is compatible with Windows only. After installing Python and the necessary libraries, you can run the application using the run.bat file."
- Compatible with Windows only.
- File Transfer: Easily share files with other devices on the same network.
- Simple Setup: Install Python and the necessary libraries, then run the application with a single command.
- Install Python on your Windows machine.
- Install the necessary libraries by running:
pip install -r requirements.txt
- Start the application by double click the
run.bat
file:
After the server is running, enter the URL with the IP address of your machine in the application from another device on the same network to access the shared files.