Skip to content

Latest commit

 

History

54 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ID generator

A Python module for generating unique IDs based on time and MAC adress

Getting Started

Prerequisites

You need:

  • python 3.9.2
  • any IDE capable of working with python

Installing

  1. Install python 3.9.2 or later
  2. Install python IDE of your choice

Running the tests

Open the terminal from IDGenerator directory and run:

Make test

Deploy

  1. Create a new project and include IDmodule.py (from “source” directory of this package) in your project

  2. Copy & paste the text bellow into .py file you wish to use with ID generator.

  3. call your_variable = new_id(). The generated ID is int type

  4. If you require an archive,run

Make pack

in console. Tests are run automatically before archivating.

  1. To remove the archive, run
Make clean

Built With

  • PyCharm by JetBrains

Versioning

We use SemVer for versioning. For changelog see CHANGELOG.txt.

Authors

Bugrov Svyatoslav - Initial work

Andrey Starchenkov - Supervision

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

*my sanity

About

A Python module designed for generating ID based on current time and MAC

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages