Skip to main content

Python package for personal development

Project description

Project description

Python package for personal development

Install

pip install PyAase

Usage

from PyAase import ead

# Change the sequence of strings after base64 encryption
temp1 = ead.enc_base64('Aase')
print(temp1)  # QWFzZQ==
temp2 = ead.dec_base64(temp1)
print(temp2)  # Aase

# clo: A with Z(lowercase and so on) and 0 with 9...
clo_temp1 = ead.clo(temp1)
print(clo_temp1)  # JDUaAJ==

clo_temp2 = ead.clo(clo_temp1)
print(clo_temp2)  # QWFzZQ==

This is a simple package. There are still many imperfections.

Please give us your advice. I wish you all the best.

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

pyaase-0.0.3.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

pyaase-0.0.3-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

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