Skip to main content

No project description provided

Project description

LuTime

Easily get access to abstract, time themed objects (i.e., time, second, date, year, milisecond) in Python.

Requirements

⬇️ Installation

🪟 Windows:

pip install LuTime==2.0.0

🍎 🐧 MacOS & Linux:

pip3 install LuTime==2.0.0

☕Simple Demonstration

from LuTime.lutime import get # Importing the get function from the module

current_Time = get('time') # Creating a variable and assigning the time to it
current_Second = get('second') # Creating a variable and assigning the second to it

print(f"The current time is: {current_Time} and the current second is: {current_Second}")

📃 All 'Time Objects':

You can use the first column or second column and it's not case sensitive so it doesn't matter if you type in all capital letters!

Long Short
second sec
minute min
hour hr
day d
month m
year yr
date N/A
time N/A
datetime dt
timestamp ts
millisecond ms
microsecond us

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LuTime-2.0.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

LuTime-2.0.0-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page