Programming language decoder. Now You can Decode HyperTextMarkupLanguage (html) and css(Style sheet) using this package.
Project description
Language
This is a simple programming language decoder. you can decode html and css(style sheet). More simple than Beautiful Soup and work smoothly for heavy data. It will give you data in the format of list, tuple and dictinory so it is simple to use and analyse.
#Html parsing begining...👇 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.
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..
#css decoding begining...👇
first import styleSheet class from Languages lib and create an object.
from Languages import styleSheet MyObj = styleSheet(data)
Site: https://techabam.000webhostapp.com Youtube Channe: https://youtube.com/c/abamtech Blog: https://techabam.blogspot.com
#Whats new? (v1.2.0)
1.You can directly open a file that contains your data.
MyObj = Languages.class("C://Your_file")
2.Now you can decode stylesheet(css) using the stylesheet class. And simply go through the styles of a page
MyObj = Languages.styleSheet(data)
- Stability and performance improoved. simply go through big data. more functions added.
version 1.4.0 comeing soon. with more features. abam_inc
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Languages-1.4.0.linux-aarch64.tar.gz
.
File metadata
- Download URL: Languages-1.4.0.linux-aarch64.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a88a3169877d58a59f116c607a06fac9ee77ea0de6716551554741d1dda37413 |
|
MD5 | 0579d872cf582b5e2028a3464001c3e8 |
|
BLAKE2b-256 | 6af88568eed1e2a2f31724f154ca990c99036140c31a679c09064ee49f23e111 |