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 PyHtml


from pyhtml import pyhtml

============================Lib import======================================

DOCTYPE = pyhtml.HTPY.DOCTYPE(type=’html’)

html = pyhtml.HTPY.html(lang=’ko’)

body = pyhtml.HTPY.body()

h1 = pyhtml.HTPY.Text(size=’h1’, text=’hi’)

close = pyhtml.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.3.tar.gz (2.7 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.3-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file YoHtml-0.3.tar.gz.

File metadata

  • Download URL: YoHtml-0.3.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.5

File hashes

Hashes for YoHtml-0.3.tar.gz
Algorithm Hash digest
SHA256 23fc120185f97eb600fb7943acd51300fa1b1622e4fe2d53ef11753225c79789
MD5 06089750c4586c19e5da675049ba985f
BLAKE2b-256 b9a0b0682d9b35f913ef4a5a7da64bb07186feffbbe35ef52f0d5d5569d7d737

See more details on using hashes here.

File details

Details for the file YoHtml-0.3-py3-none-any.whl.

File metadata

  • Download URL: YoHtml-0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.0 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a672483c3d8c945924bd78ca601f9d6c5fe2181dc7b4520fb032de250ba52cd3
MD5 1a42dc6d0b0491de3a68816f0abd4280
BLAKE2b-256 6e5be590fa32e20b91594a4b3e7404c9d9e9aab19f97ab1233cef957263d74b0

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