Skip to main content

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)

![자료](https://github.com/weee456/PyHtml/assets/133841941/32642a0b-b3fb-4388-834a-d440392bae04)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

YoHtml-0.5.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

YoHtml-0.5-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

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

Hashes for YoHtml-0.5.tar.gz
Algorithm Hash digest
SHA256 08035b2d7c3da20da446296c93a74badc34b8fc2e0edc4b70753c85b4e13d150
MD5 4456cd9a0f313b8377013ff8f7f4ba7a
BLAKE2b-256 df2173e46b4117ef780cd1a0057e4262e3b83f43834b83f2becb3019004dd04e

See more details on using hashes here.

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

Hashes for YoHtml-0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 80477ba15db914561598461035abe64a48e2d709e96b89f50d38965dc5383174
MD5 b37fc7fc50ad6ab7718a1a95a2000351
BLAKE2b-256 ef0b6acda366bb1e82659673875372c6fb4c998cd485e03a2420a8c82b72e3d9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page