Metadata-Version: 2.1
Name: ClockPython
Version: 0.0.1
Summary: Gets the current 12 or 24 hour time
Home-page: https://github.com/gingerphoenix10/ClockPython
Author: gingerphoenix10
Author-email: gingerphoenix10@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

# ClockPython

A simple module that can get the current 24 or 12 hour time

## Examples

Example:

> Print(ClockPython.time(24))

23:00

Example 2:

> Time_Variable = ClockPython.time(12)

> Print(Time_Variable)

11:00

## Installation

To install type in command prompt:

"pip install ClockPython"

or, to install it in dev mode, locate the directory of ClockPython and type:

"pip install -e .[dev]"

