Skip to content
/ pyURLx Public

A simple python module which uses requests and the URLx API to shorten links.

License

Notifications You must be signed in to change notification settings

urlxdev/pyURLx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A simple python module which uses requests and the URLx API to shorten links.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages