[+] Created By IVUCB4T
lasoyo is a tool to create a simple http server in local network. Anyone under same wifi/router can access the folder you shared.
git clone https://github.com/IVUCB4T/Lasoyo
cd Lasoyo
chmod +x lasoyo.py
python lasoyo.py
Install tkinter with your operating system package manager and using pip3 as a package (A package manager for Python packages)
sudo apt install python3-tk
sudo yum install python3-tkinter
brew install python-tk
pip3 install tk
git clone https://github.com/IVUCB4T/Lasoyo && cd Lasoyo && chmod +x lasoyo.py && python lasoyo.py