Skip to content

Extractpy is an open source project that get a video file and extract the audio from it

License

Notifications You must be signed in to change notification settings

Django-Projects-Ls/Extractpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extractpy

Extractpy is an open source project that get a video file and extract the audio from it

Setup Virtual Environment (venv)

Linux

These commands bellow are creating a folder .venv and activate the environment in the terminal.

python3 manage.py venv .venv
source .venv/bin/activate

Windows

py manage.py venv .venv
.venv/Scripts/activate

Installing Dependencies (requirements.txt)

pip install -r requirements.txt

Make migrations

We already have all sql instructions for structure our database, we just need apply it in our database before runserver

python3 manage.py migrate

Running server

python3 manage.py runserver

About

Extractpy is an open source project that get a video file and extract the audio from it

Resources

License

Stars

Watchers

Forks