Go to file
2023-05-28 00:13:16 +02:00
.gitignore add gitignore 2023-05-15 18:35:57 +02:00
database.py fix: and clean 2023-05-16 22:33:36 +02:00
main.py fix: function missing arg 2023-05-17 11:14:23 +02:00
menu.py fix: crash: variable name error 2023-05-20 19:22:21 +02:00
player.py fix: remove useless import 2023-05-20 19:17:43 +02:00
README.md add: screenshots 2023-05-15 20:32:41 +00:00
requirements.txt add: requirements.txt 2023-05-28 00:13:16 +02:00
scrapper.py fix: and clean 2023-05-16 23:25:05 +02:00
utils.py fix: and clean 2023-05-17 11:08:40 +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

Usage

python3 main.py

dependency

BeautifulSoup4

To parse the html

Requests

To get html with http requests

simple-term-menu

To create navigate CLI menu

TinyDB

To store credential data and url of the http server

SubProcess and Os

To launch VLC