Skip to main content

A small package to convert html file to entities

Project description

html-entities

a python lib to encode a whole html src code into entities

about

have you ever wondered how to convert a whole html script to entities and yeah still everything works so fine? yes, this small module will help you to achieve your needs.

before using the script. please consider reading rules section to provide successful convertion from ASCII to entities.

requirements

  • python 3.x
  • bs4 (Beautiful Soup 4)

usage

from htmltools.entities import Encrypter,EncryptionHardOne
html = "some html here"
encryptContentOnly = Enctypter(html)
html = encryptContentOnly.encodingLetter()
encryptWholeScript = EncryptionHardOne(html)
html = encryptWholeScript.encodingLetterX()

rules

before encoding the whole letter, please follow the next rules i setted myself:

  • remove any unnecessary #, it breaks the encryption, for example: href="#".
  • consider removing <style> Content </style> and add it after encryption to make the encryption works.
  • always use base64 or email-embedded images instead of urls.
  • if an image doesnt work when embedded to base64, please remove it from source code then add it later.

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

htmltools-hcn1z1-0.0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

htmltools_hcn1z1-0.0.2-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

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