Skip to main content

Convert your string to integer

Project description

String-to-Integer-for-Python

Example code:

import StrToInt as sti

sti1 = sti.StrToInt("1")
sti2 = sti.StrToInt("1132")
sti3 = sti.StrToInt("nine")
print(sti1)
print(sti2)
print(sti3)

Output:

1
1132
9

Library can be used with Python 2 and 3

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

StringToInteger-1.0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

StringToInteger-1.0.1-py2-none-any.whl (2.4 kB view hashes)

Uploaded Python 2

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