Languages

Programming language decoder. Now You can Decode HyperTextMarkupLanguage (html) and css(Style sheet) using this package.


Keywords
html, hypertextmarkup, decoder, programming, language, languages, super, fast, parser, css, style, sheet
License
MIT
Install
pip install Languages==1.4.0

Documentation

Language

This is a simple html decoder. you can decode html and view through the html page. More simple than Beautiful Soup . first import HyperTextMarkup from language pip

from Language import HyperTextMarkup

create an object and give the html to the object

MyObj = HyperTextMarkup(html)

now get a tag. This will give a list of all tags you entered.

MyObj.get("a") ["",",""]

Now get the contents by the contents. This will give you the contents in the a order

MyObj.contents ["abam youtube channel","abam blog","abam site"]

more informations will come in our site, blog or youtube channel please visit..

Site: https://techabam.000webhostapp.com Youtube Channe: https://youtube.com/c/abamtech Blog: https://techabam.blogspot.com