Skip to main content

A utility to convert between pdu, gsm codes, ussd and string formats

Project description

# PDU-USSDConverter
A Simple Utility to Convert Between PDU encoded text, USSD/GSM and String and
Vice-Versa.
This is works well with python3


## Installation
`pip install PDUUSSDConverter`


## Example

```
from PDUUSSDConverter import converter


ussd_code = converter.text_to_pdu(''*124#'') # 'AA988C3602' (length=10)

pdu_to_text = converter.pdu_to_text('54747A0E6A97E7F3F0B90CBA87E7A0F1DB6D2FCBE9657208')) # 'This message was converted!' (length=27)


```

Other Operations Available:

```
gsm_code_to_text(param: gsm_code) // Convert a gsm code into a unicode sequence
text_to_gsm_code(param: String) // Converts text into gsm code sequence
```


## Credits

[Junior Polegato](https://github.com/JuniorPolegato/pdu_gsm_ussd)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PDUUSSDConverter-0.0.2.post1.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page