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.2.tar.gz (2.6 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.2-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for YoHtml-0.2.tar.gz
Algorithm Hash digest
SHA256 d45b1de3c26bf0ccc0c7fc8362ee735dbaa7f1f6c5e930ee18515047ccce7788
MD5 e4e3941dd10545e9375f0600d2539d82
BLAKE2b-256 4771c1e3a9b3913ba7d4e0342fdaad13e321383542de0b64ac95546f0c64e6eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: YoHtml-0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0c5fd32e7c82a68be3ee6a9dae72051ba1a7ec0a5ae7f0485bbd334cfd04c6f9
MD5 7073822a0dcce95e9c0aa67a2d3b9eeb
BLAKE2b-256 d412552af1ef1a5193c3f2a8a354d9a1c43aa0aff02de17165bec7215fadad5f

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