
What is srs? srs or NoCable is a local web service which run on your own device and also its not limited on pc, and it opens 8000 port to recieve files and storage them in "uploads/". Go to download
- Star the project
- Clone the project
git clone https://github.com/UndrDsk0M/NoCable
- Enter the env
source env/bin/activate
- Run the srs.py by env's python
srs/env/bin/python /srs/srs.py
In Android you should Download Termux first as its android terminal
- Download Termux from GooglePlay
- you have to download git to clone the project
pkg install git
- Download the python ( Termux dont have the premission to use env python )
pkg install python
- Download the Whole project from github
git clone https://github.com/UndrDsk0M/NoCable
- open the project in termux
cd NoCable
- Install the dependencies
pip install -r requirements.txt
- run the python project
python srs.py
and it gives you two links+ a qrcode. open the second link by browser with any device that is connected to same internet.
- Uploading any file: You Can darg&drop or select any type of file to upload
- Auto deleting after 5 min: the uploaded files delets after 5 min
- Control the files manual: Upload/Download or remove the files
- Downloading: downloading the uploaded file's by anydevice in the local netwoek


You can set your screenshot saving location on srs/uploads to sharing automaticly
## Contributing Contributions are highly appreciated! Whether it’s bug fixes, feature enhancements, or documentation improvements:
Fork the repo
Create a new branch (git checkout -b feature/awesome-feature)
Make your changes and commit (git commit -m "Add awesome feature")
Push to your branch (git push origin feature/awesome-feature)
Open a Pull Request with a clear description
Please ensure your code follows the project's coding standards and includes relevant tests.
This project is licensed under the MIT License. Feel free to use, modify, and distribute this application as you see fit.
For questions or feedback, reach out to UndrDsk0M. Me!
Whole project is built by flask Jinja2 protects from getting Xss attack. i love to know what you think about this project so feel free!