A package to generate a random UUID with the current date and time.
Project description
uuid_with_datetime
A Python package to generate a random UUID with the current date and time. You can choose between 12-hour and 24-hour time formats.
Installation
pip install uuidwithdatetime
Usage
import uuidwithdatetime
uuid_with_datetime = uuidwithdatetime.generate_uuid_with_datetime()
print(uuid_with_datetime)
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.
Source Distribution
uuidwithdatetime-1.0.3.tar.gz
(2.4 kB
view hashes)