Skip to content

🌐 QuickShare WebServer: Instantly share files with a Python web server. πŸš€ Easy setup, accessible locally. πŸ“‚ Customize and serve files seamlessly.

Notifications You must be signed in to change notification settings

Tiegertropfen119-0001/QuickShare-WebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

QuickShare WebServer

Console

Image 1

Web

Image 2

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

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.

About

🌐 QuickShare WebServer: Instantly share files with a Python web server. πŸš€ Easy setup, accessible locally. πŸ“‚ Customize and serve files seamlessly.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages