Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 902 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 902 Bytes

savetube

This is a Python + React + Vite desktop app made with Oxygenio.

app

Requirements

Important

Before using SaveTube, FFmpeg must be installed and accessible via the $PATH environment variable.

Building (Windows only)

Clone this repository:

git clone https://github.com/EsauM10/savetube.git

Change the directory to ~/savetube and install Oxygenio:

pip install -r requirements.txt

Build the executable with:

oxygen build

The executable file can be found in the /dist folder.