https://github.com/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.
https://github.com/hong539/html_crashed_lab
html html-parser pytohn web workshop
Last synced: 11 months ago
JSON representation
html_crashed_lab is a workshop to make a small program to parser html tags with Python or combined any other good programming languages.
- Host: GitHub
- URL: https://github.com/hong539/html_crashed_lab
- Owner: hong539
- License: mit
- Created: 2023-10-25T06:49:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T08:19:31.000Z (over 2 years ago)
- Last Synced: 2023-10-27T10:02:31.715Z (over 2 years ago)
- Topics: html, html-parser, pytohn, web, workshop
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/hong539/setup_dev_environment/blob/main/programming_languages/python/python.md#usage-with-pyenvpoetry)
* 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
```shell
git clone
python3 src/main.py
```