Library with many uses
Project description
XXT
XXT is a multi-purpose library
Uses
- Wait function
- Clear function
- Functions to get time and date
- Classes for numbers and random choices
Installation
pip install xxt
Code Example
import xxt
ten = xxt.Number(10) #make a number object
print(ten) # print the traits of ten
r = xxt.Random() #make a random choice object
print(r.integer(1, 10)) #print random number between 1 and 10
xxt.clear() #clear the console/terminal
xxt.wait(1) #waits one second
print(xxt.gettime, "on" xxt.getdate) #prints (the time) on (the date) in format - day, month, year
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
xxt-0.0.1.tar.gz
(3.0 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
xxt-0.0.1-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file xxt-0.0.1.tar.gz.
File metadata
- Download URL: xxt-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87c12ca52a8c0f39b9a34e8725180e6f4ef6fcde6f8ec6a435f6c3e7c07bdb81
|
|
| MD5 |
a790a4c91787945e4f907ccfdba95f28
|
|
| BLAKE2b-256 |
4aa6601a95074f98abd608fc7990303a780ad4394e58fe1e6c7c72d5e66ae91d
|
File details
Details for the file xxt-0.0.1-py3-none-any.whl.
File metadata
- Download URL: xxt-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a35fb74b56f1e243a742200c5c836785cec624609d1823535864f5e33729406
|
|
| MD5 |
3e9865bb35b874449155952f93c15583
|
|
| BLAKE2b-256 |
652359fe92a027840d44ab3ee710d1d65e92efe1826f5f7e4c96c5da9296a23e
|