A Python module for generating unique IDs based on time and MAC adress
You need:
- python 3.9.2
- any IDE capable of working with python
- Install python 3.9.2 or later
- Install python IDE of your choice
Open the terminal from IDGenerator directory and run:
Make test
-
Create a new project and include IDmodule.py (from “source” directory of this package) in your project
-
Copy & paste the text bellow into .py file you wish to use with ID generator.
-
call your_variable = new_id(). The generated ID is int type
-
If you require an archive,run
Make pack
in console. Tests are run automatically before archivating.
- To remove the archive, run
Make clean
- PyCharm by JetBrains
We use SemVer for versioning. For changelog see CHANGELOG.txt.
Bugrov Svyatoslav - Initial work
Andrey Starchenkov - Supervision
This project is licensed under the MIT License - see the LICENSE.md file for details
*my sanity