Alphac Registration Code
This is a Small Package For Generate Increment Registration Code. The Format is : CustomTextYYYYMMIncrementCode
How To Use :
1. Import Module Name
import alregcode
2. Use Syntax
regGenerate("Your Custom String", Start Number, CodeLength)
regGenerate("TEST", 0, 4)
For Get Increment Number, Just Write
regGenerate.inc
Example :
I Want Generate and Print Registration Code With Condition :
- I Want to Use "ALPHAC" Word to be First
- I Want The Increment Start From Number 00001
So i Write :
from alregcode import regGenerate
test = regGenerate("ALPHAC", 0, 5)
print(test)
Output :
ALPHAC20190100001
Release files for AlRegCode 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| AlRegCode-0.0.3.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| AlRegCode-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.5 kB
Release files / AlRegCode-0.0.3.tar.gz
| Download URL | AlRegCode-0.0.3.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8e750e424934a74905160fd10589d28654bf79ddb6b6c1fba86165ff145c73c1
|
|
BLAKE2b-256 checksum How to use checksums |
761cf9605e592c5f2966edd883910b5145d0a17e0562e1d3b4436583f7de4c7a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.0 tqdm/4.30.0 CPython/3.7.1
|
Release files / AlRegCode-0.0.3-py3-none-any.whl
| Download URL | AlRegCode-0.0.3-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
baf66ca50a88ad78cd1f66f2754f76bc76ae6e40703798eb2529c06ed51ae635
|
|
BLAKE2b-256 checksum How to use checksums |
1152dc532ba2c8f1d1ae4594f86cc94690d81022c3d94809d2a8018e6e0c4605
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.7.1 requests-toolbelt/0.9.0 tqdm/4.30.0 CPython/3.7.1
|