Go to file
2023-05-31 15:58:59 +02:00
terminal_menu@5c07857c79 core: update: terminal_menu lib 2023-05-29 19:01:23 +02:00
.gitignore add gitignore 2023-05-15 18:35:57 +02:00
.gitmodules add subgit 2023-05-28 00:16:46 +02:00
database.py add: file already view is now in light grey 2023-05-31 15:28:47 +02:00
main.py add: file already view is now in light grey 2023-05-31 15:28:47 +02:00
menu.py core: use new param of menu to remove useless global variable 2023-05-31 15:58:59 +02:00
player.py add: file already view is now in light grey 2023-05-31 15:28:47 +02:00
README.md Update 'README.md' 2023-05-30 10:15:52 +00:00
requirements.txt add: requirements.txt 2023-05-28 00:13:16 +02:00
scrapper.py core: use new param of menu to remove useless global variable 2023-05-31 15:58:59 +02:00
utils.py add: file already view is now in light grey 2023-05-31 15:28:47 +02:00

VLC_HTTP_LAUNCHER

This project is a simple python programme to travel in http repository and open all file in VLC

Screenshoot

preview server selector

Installation

  1. Clone the repository:
git clone https://git.chauvet.pro/starnakin/VLC_HTTP_LAUNCHER
  1. Navigate to the project directory:
cd VLC_HTTP_LAUNCHER
  1. 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