Webserver to upload images from your 3DS/Wii U console.
- Delete after X time
- Modal when clicked
- Upload date
- Console Uploaded from
- Only allow images with 3ds screen size
On the Wii U, you can upload screenshots from your games.
On the 3DS (Old and New), you can upload screenshots from your games, and images from your SD card.
In order to use this, you will need Flask and Colorama.
Set config.py
to your liking and run py app.py
!
py -m venv venv
cd venv
cd scripts
activate
cd ..
cd ..
py -m pip install flask colorama
py app.py
Name | Default Value | Type | Description |
---|---|---|---|
loc |
./uploads/ |
String | Location of uploaded images |
locname |
uploads |
String | Name of image location |
debug |
True |
Boolean | Enables Flask Debug |
url |
192.168.0.34 |
String | URL the server is hosted |
port |
80 |
Integer | Port to host the server on |
secret_key |
ChangeMe586 |
String | CHANGE THIS! Secret Key |
local |
True |
Boolean | Flag if the server is local |
imglimit |
None |
Integer | Limit of images to show on /list |
consolelimit |
3 |
Integer | Limit of images to show on console |