Skip to content

Slowblitz/GUID-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUID-core

Foobar is a Python library for dealing with word pluralization.

Installation

Use the package manager pip to install GUID-core.

pip install generateGUID

Usage

import generate_GUID

generate_GUID.generate_GUID(string) # returns guid



firstname=string
lastname=string
dateOfBirth=string 
gender=string

generate_GUID.generate_GUID2(firstname,lastname,dateOfBirth,gender) # returns guid

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Core code for GUID generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%