httpserver
httpserver copied to clipboard
Create a http server in your pc to access files from any other devices under same Wi-Fi!
LocalHTTPServer
[+] Created By KasRoudra
[+] Description :
LocaLHTTPServer is a tool to create a simple http server in local network. Anyone under same wifi/router can access the folder you shared.
Share files under same Wi-Fi!
[+] Installation
git clone https://github.com/KasRoudra/httpserver
cd httpserver
chmod +x hs.py
python hs.py
Or
Download executable file from Releases
Or, Use Single Command
But before that you need to make sure that you have the prerequisites installed.
Install tkinter with your operating system package manager and using pip3 as a package (A package manager for Python packages)
For Debian/Ubuntu
sudo apt install python3-tk
For CentOs/RHEL
sudo yum install python3-tkinter
For MacOs
brew install python-tk
Then install it using pip3
pip3 install tk
Now you're ready, Run this single command to start the application.
git clone https://github.com/KasRoudra/httpserver && cd httpserver && chmod +x hs.py && python hs.py


