The Small Package For Generate Increment Registration Code
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size AlRegCode-0.0.3-py3-none-any.whl (2.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size AlRegCode-0.0.3.tar.gz (1.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for AlRegCode-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | baf66ca50a88ad78cd1f66f2754f76bc76ae6e40703798eb2529c06ed51ae635 |
|
MD5 | fb0cf4aa4621c59ce35ed9da686ca1b3 |
|
BLAKE2-256 | 1152dc532ba2c8f1d1ae4594f86cc94690d81022c3d94809d2a8018e6e0c4605 |