hong539 / html_crashed_lab

html_crashed_lab is a workshop to make a small program to parser html tags with Python or combined any other good programming languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html_crashed_lab

html_crashed_lab is a workshop to make a small program to parser html tags with Python or combined any other good programming languages.

Prerequisites

  • Linux host such as Arch Linux, Debian, Ubuntu, RHEL ...etc
  • Python == 3.10.12
  • pyenv+poetry
    • pyenv for Python versions control
    • poetry for Project dependency control
    • Project dependcy detialls will be in pyproject.toml/poetry.lock
  • detial dependcies will be stored in pyproject.toml/poetry.lock
  • docker/podman (just pickup one to do conatiner image building and running)

Quick Start

git clone
python3 src/main.py

About

html_crashed_lab is a workshop to make a small program to parser html tags with Python or combined any other good programming languages.

License:MIT License


Languages

Language:Python 100.0%