Socket
Socket
Sign inDemoInstall

pyurlx

Package Overview
Dependencies
2
Maintainers
2
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pyurlx

A cool python module which can do link management using the URLx API


Maintainers
2

Readme

pyURLx

This is a simple module built with requests that allows you to shorten long URLs and create QR codes using the URLx api.

Prerequisites

Before running the application, make sure you have Python installed on your system.

Installation

To use the module, you can install it through pip: pip install pyurlx

How to Use

You can use the module to shorten links and create qr codes. The module is very simple to use. To shorten a link, use the following code: from pyurlx import tools
link = tools.shorten("example.com")
print(link)
To create a qr code, use the following code: from pyurlx import tools
link = tools.qr("example.com")
print(link)

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request at https://github.com/urlxdev/pyurlx.

License

This project is licensed under the BSD-3 License. from pyurlx import tools link = tools.shorten("example.com") print(link)

Keywords

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc