Skip to main content

A package to make your life easy.

Project description

Geeeks - A simple and helpful package

Install/Upgrade our package

pip install geeeks # install
pip install --upgrade geeeks # upgrade

String Functions

  1. Reverse String
from geeeks import StringFunctions as sf

my_string = "AnyRandomString"
rev = sf.reverse_str(my_string)

print(rev)
# Output: gnirtSmodnaRynA
  1. Make Link
from geeeks import StringFunctions as sf

my_string = "Any Random String"
link = sf.make_link(my_string)

print(link)
# Output: any-random-string

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

geeeks-0.0.5.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

geeeks-0.0.5-py3-none-any.whl (2.5 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