├── .gitignore ├── LICENSE ├── Paste2Web.py ├── README.md ├── Receiving_Screenshot.JPG └── Sending_Screenshot.JPG /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/Paste2Web/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/Paste2Web/HEAD/LICENSE -------------------------------------------------------------------------------- /Paste2Web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/Paste2Web/HEAD/Paste2Web.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/Paste2Web/HEAD/README.md -------------------------------------------------------------------------------- /Receiving_Screenshot.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/Paste2Web/HEAD/Receiving_Screenshot.JPG -------------------------------------------------------------------------------- /Sending_Screenshot.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/D4Vinci/Paste2Web/HEAD/Sending_Screenshot.JPG --------------------------------------------------------------------------------