New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

Languages

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Languages

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

  • 1.4.0
  • PyPI
  • Socket score

Maintainers
1

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.

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..

#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)

  1. Stability and performance improoved. simply go through big data. more functions added.

version 1.4.0 comeing soon. with more features. abam_inc

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc