https://github.com/tiegertropfen119-0001/quickshare-webserver
🌐 QuickShare WebServer: Instantly share files with a Python web server. 🚀 Easy setup, accessible locally. 📂 Customize and serve files seamlessly.
https://github.com/tiegertropfen119-0001/quickshare-webserver
file-management file-sharing file-sharing-server file-transfer file-transfers local-network python python-script python-web python3 rapid-sharing webserver
Last synced: 11 months ago
JSON representation
🌐 QuickShare WebServer: Instantly share files with a Python web server. 🚀 Easy setup, accessible locally. 📂 Customize and serve files seamlessly.
- Host: GitHub
- URL: https://github.com/tiegertropfen119-0001/quickshare-webserver
- Owner: Tiegertropfen119-0001
- Created: 2023-12-12T19:08:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T20:35:08.000Z (over 2 years ago)
- Last Synced: 2025-01-13T19:24:52.914Z (over 1 year ago)
- Topics: file-management, file-sharing, file-sharing-server, file-transfer, file-transfers, local-network, python, python-script, python-web, python3, rapid-sharing, webserver
- Language: Python
- Homepage:
- Size: 6.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickShare WebServer
## Console

## Web

## What is this?
QuickShare WebServer is a simple Python program that allows you to create a web server for instant file sharing. You can use either the Python script or the precompiled executable version.
## Icon
[Web Icon](https://www.flaticon.com/free-icon/internet_10453141?term=web&page=1&position=19&origin=search&related_id=10453141)
## Project Description
The QuickShare WebServer script creates a web server that enables instant file sharing. It utilizes Python's `http.server` module to handle HTTP requests. The web server provides a directory listing with file details such as size and creation time. Additionally, it includes a basic HTML interface with a home button for easy navigation.
## Usage
1. Run the Python script or the precompiled executable.
2. Access the server using the provided local IP and port.
## Project Structure
- `webserver.py` or `webserver.exe`: Main script or executable file.
- `static`: Directory for static files (e.g., images, stylesheets).
- `README.md`: Project documentation.
## Dependencies
- Python 3.x
## Imports
`import http.server
import socketserver
import os
import socket
import time`
## Notes
The server is accessible within the local network (LAN) only.