This allows you to create HTML websites in Python language
Project description
# PyHtml HTML 파싱 모듈 개발 (24/06/2023{FM 11:38} address : Korea) by : weee456
# ko-kr(사용법) | en-us(Instructions)
pip install YoHtml
import yohtml
============================Lib import======================================
DOCTYPE = yohtml.DOCTYPE(type=’html’)
html = yohtml.html(lang=’ko’)
body = yohtml.HTPY.body()
h1 = yohtml.HTPY.Text(size=’h1’, text=’hi’)
close = yohtml.HTPY.all_close()
file = open(‘html_test.html’,’w’,encoding=’UTF-8’)
=============================Parsing========================================
f = file.write(DOCTYPE)
f = file.write(html)
f = file.write(body)
f = file.write(h1)
f = file.write(close)
file.close
==============================save============================================
# ko-kr(결과) en-us(result)

Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file YoHtml-0.5.tar.gz.
File metadata
- Download URL: YoHtml-0.5.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08035b2d7c3da20da446296c93a74badc34b8fc2e0edc4b70753c85b4e13d150
|
|
| MD5 |
4456cd9a0f313b8377013ff8f7f4ba7a
|
|
| BLAKE2b-256 |
df2173e46b4117ef780cd1a0057e4262e3b83f43834b83f2becb3019004dd04e
|
File details
Details for the file YoHtml-0.5-py3-none-any.whl.
File metadata
- Download URL: YoHtml-0.5-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80477ba15db914561598461035abe64a48e2d709e96b89f50d38965dc5383174
|
|
| MD5 |
b37fc7fc50ad6ab7718a1a95a2000351
|
|
| BLAKE2b-256 |
ef0b6acda366bb1e82659673875372c6fb4c998cd485e03a2420a8c82b72e3d9
|