Best Flask open-source libraries and packages

HomeServer

A FTP Server and Stream, receive, send files, etc. on the local network without the need to install additional software on other devices, everything only with the browser.
Updated 6 months ago

Home Server

A FTP Server and Stream, receive, send files, etc. on the local network without the need to install additional software on other devices, everything only with the browser.

Home Page

View and listen to files directly from your PC without the need to copy or transfer files to other device without filling up the device storage.

Installation

Download the latest version of Releases

or

You need Python 3.10+

git clone https://github.com/MrMRM1/HomeServer.git
cd HomeServer

Build a venv

python -m venv env

Activate venv:

In Windows :

.\env\Scripts\activate

In Linux :

source env/bin/activate

Install the requirements

pip install -r requirements.txt

Run the program

cd app
python main.py