VLC_HTTP_LAUNCHER/README.md
2023-05-15 12:09:32 +00:00

747 B

VLC_HTTP_LAUNCHER

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

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