Just a package
Project description
this project is made yelllovkitten for convenience
yelllovkitten.text:
yelllovkitten.text.font(text_,font) - changes the font of the text
text_: str | Text
font: str=None | It can be bold/italic/underline/reverse
return: Modified text
yelllovkitten.text.color(text_,color,color_light) - changes the color of the text
text_: str | Text
color: str=None | It can be cyan/red/yelllov(yellow) and others
color_light: bool=True | True if you need light color else False
return: Modified text
yelllovkitten.text.background(text_,color,color_light) - changes the background of the text
text_: str | Text
color: str=None | It can be cyan/red/yelllov(yellow) and others
color_light: bool=True | True if you need light color else False
return: Modified text
yelllovkitten.text.info(text_,settings) - Outputs the green text to the console
text_: str | Text
settings: TimeData=None | It can be TimeData(yelllovkitten.TimeData.TimeData)
return: None
yelllovkitten.text.info(text_,settings) - Outputs the green text to the console
text_: str | Text
settings: TimeData=None | It can be TimeData(yelllovkitten.TimeData.TimeData)
return: None
yelllovkitten.text.warn(text_,settings) - Outputs the yelllov(yellow) text to the console
text: str | Text
settings: TimeData=None | It can be TimeData(yelllovkitten.TimeData.TimeData)
return: None
yelllovkitten.text.error(text_,settings) - Outputs the red text to the console
text: str | Text
settings: TimeData=None | It can be TimeData(yelllovkitten.TimeData.TimeData)
return: None
yelllovkitten.text.out(text,settings,return_time_info,only_return,out_time) - Outputs the text to the console.
text: str | Text
settings: TimeData=None | It can be TimeData(yelllovkitten.TimeData.TimeData)
return_time_info: bool=True | If True return time + text, else return only text
only_return: bool=False | If True the text will not be output to the console
out_time: bool=True | If True outputs the text to the console with time, else only text
return: If return_time_info is False return text, else time + text
yelllovkitten.text.text(text_,color_text,color_text_light,color_background,color_background_light,font_text)
text_: str | Text
color_text: str=None | Color of text
color_text_light: bool=True | True if you need light color of text, else dark color of text
color_background: str=None | Color of background
color_background_light: bool=True | True if you need light color of background of text, else dark color of background of text
font_text: str=None | Font, bold, italic, underline or reverse.
return: Modified text
yelllovkitten.protection:
I do not recommend using
yelllovkitten.protection.encode(text_,password)
encrypts the text into a code
text_: str | Text
password: int=66 | password
return: Int code
yelllovkitten.protection.decode(code,password)
decrypts the code into text
code: str/int | Text
password: int=66 | password
return: Text
yelllovkitten.TimeData:
yelllovkitten.TimeData.TimeData(self,utc_edit_hours,time12,mdy,cdat,end,data,sec)
It is class TimeData
utc_edit_hours: int=0 | (positive or negative numbers) add or remove hours to utc, example: time now 7:00, if utc_edit_hours = 2 then time 9:00
time12: bool=True | twelve-hour format
mdy: bool=True | date format MDY if True else YMD
cdat: str=' | ' | text between date and time
end: str='' | the text at the end
data: bool=True | show data if True
sec: bool=False | show sec if True
return: TimeData
yelllovkitten.TimeData.timedata(settings,utc_edit_hours,time12,mdy,cdat,end,data,sec)
There will be an update soon, it is not recommended to use it before the update.
settings: TimeData=None
mdy: bool=True | date format MDY if True else YMD
cdat: str=' | ' | text between date and time
end: str='' | the text at the end
data: bool=True | show data if True
sec: bool=False | show sec if True
return: str
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
yelllovkitten-0.0.11.tar.gz
(4.4 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 yelllovkitten-0.0.11.tar.gz.
File metadata
- Download URL: yelllovkitten-0.0.11.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5cd65508dd3ff0c3ee32410e31d86bf19ee177ef1c15c53395e89304e967cb2
|
|
| MD5 |
03af4852058f98ba6d93d25e8006dc5e
|
|
| BLAKE2b-256 |
8a1860c06cb39123a068aeb02f3ec4ffa0a41d5211711a0d1da1bbe1e9577700
|
File details
Details for the file yelllovkitten-0.0.11-py3-none-any.whl.
File metadata
- Download URL: yelllovkitten-0.0.11-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a07afe554ef7be53324ec275355f9d4bc0be9409e3b09b864faa9af9441e9e64
|
|
| MD5 |
3cff6969bdb8d571a837695772665e12
|
|
| BLAKE2b-256 |
f9cc15497b435031ce6a875f1cc546915ec795f73032d01c77d2f9b1d797e54f
|