A simple library for easily working with time
Project description
inventor
A simple library for creating inventory for games.
Installation
pip install inventor
Quick Start
import chronolight
# Timeline
tl = chronolight.Timeline()
tl.wait(1)
tl.call(lambda: print("1 second passed"))
tl.wait(0.5)
tl.call(lambda: print("Another 0.5 seconds passed"))
tl.run()
# Delayed call
chronolight.delay(2, lambda: print("After 2 seconds"))
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
inventor-1.0.0.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file inventor-1.0.0.tar.gz.
File metadata
- Download URL: inventor-1.0.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d2cf4cc253de2895a9ea4a30dbaba9de6f001ee7de512df2da51e9b06f1eee2
|
|
| MD5 |
6e4dad95b909f7d0289bc4997aba28e4
|
|
| BLAKE2b-256 |
245f6ca75c5b4d883a42c81c6609387f2f56d230a7b03dc36bd231f5a2156f42
|
File details
Details for the file inventor-1.0.0-py3-none-any.whl.
File metadata
- Download URL: inventor-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63068526c12ec95319e2d6195c09994d7a1b59333f3aa1bf0244a7c021425d3e
|
|
| MD5 |
c2571dbb08fd2413a02a69bf955f16f6
|
|
| BLAKE2b-256 |
f90e61da8319076b06826569d2e9dac90118a6ca2b9113eaabe04b3f684350e9
|