Skip to content

The application imports the serial numbers from an excel sheet (.csv). Based on the conversion formula it converts the serial number to a unique License Key. This is the first release of the application. updates awaited.

Notifications You must be signed in to change notification settings

mahi23vt/LicenseKeyManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LicenseKeyManager

V 1.1.20230610: This is the very first version of the License Manager application which helps in generating a license key against a serial number. It is basically used for generating license key for any product based on the formula defined by any firm. Currently, the formula is hard-coded in the program. In the upcoming versions, we shall be including the interface where one can define the formula for generating the key.

Snapshots:

image

selects the Excel sheet (in .csv).

image

The excel sheet contains the serial no. as shown

image

Once the file is imported, We get the respective license key in the adjecent column.

image

Currently, the formula for generating the license key is very simple. It simply converts the serial number in to LOWER CASE. This can further be replaced with any function.

Once the keys are generated, we can export it to save it to any location in csv format.

image

Following is the final Excel sheet.

image

About

The application imports the serial numbers from an excel sheet (.csv). Based on the conversion formula it converts the serial number to a unique License Key. This is the first release of the application. updates awaited.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages