EN: A simple browser-based file manager program that allows you to upload files, download them, delete them, create folders and navigate within them. There is also a simple task manager program that can be reached at the address "http://yourip:5000/monitor". To use the file manager just download the entire folder, install flask with "pip install flask", with the same procedure install "psutil" and open the "server.py" file. Before running the Python code, change the username and password to access the file manager and at the bottom of python the code enter the private IP of your computer. Once this is done you can run the code like any other python code and navigate to "http://yourip:5000".
IT: Un semplice programma file manager basato su browser che permette di caricare file, scaricarli, eliminarli, creare cartelle e navigare dentro esse. è presente anche un semplice programma task manager raggiungibile all'indirizzo "http://iltuoip:5000/monitor". Per usare il file manager basta scaricare l'intera cartella, installare flask con "pip install flask" con la stessa procedura instllare "psutil" con "pip install psutil" e aprire il file "server.py". Prima di runnare il codice python modificare il nome utente e la password per accedere al file manager e in fondo al codice inserire l'ip privato del tuo computer. Fatto questo si può runnare il codice come un qualsiasi altro codice python e navigare su "http://iltuoip:5000".