terminal_menu@5c07857c79 | ||
.gitignore | ||
.gitmodules | ||
database.py | ||
main.py | ||
menu.py | ||
player.py | ||
README.md | ||
requirements.txt | ||
scrapper.py | ||
utils.py |
VLC_HTTP_LAUNCHER
This project is a simple python programme to travel in http repository and open all file in VLC
Screenshoot
Installation
- Clone the repository:
git clone https://git.chauvet.pro/starnakin/VLC_HTTP_LAUNCHER
- Navigate to the project directory:
cd VLC_HTTP_LAUNCHER
- Install the dependencies:
pip install -r requirements.txt
pip install -r terminal_menu/requirements.txt
Usage
python3 main.py
dependency
BeautifulSoup4
To parse the html
Requests
To get html with http requests
TinyDB
To store credential data and url of the http server
SubProcess and Os
To launch VLC