https://github.com/cdgriffith/pyfiledrop
https://github.com/cdgriffith/pyfiledrop
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdgriffith/pyfiledrop
- Owner: cdgriffith
- License: mit
- Created: 2021-02-21T00:16:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T19:33:04.000Z (11 months ago)
- Last Synced: 2025-03-24T20:21:23.228Z (10 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# pyfiledrop
This is a minimal script to have a file dropper website.
It uses a minimal web interface or can use an external "index.html" file.
This requires Python 3.6+
Install requirements
```shell
pip install -r requirements.txt
```
Run the script
```shell
python pyfiledrop.py
```