-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPKG-INFO
More file actions
94 lines (71 loc) · 2.38 KB
/
PKG-INFO
File metadata and controls
94 lines (71 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Metadata-Version: 2.1
Name: zzzerocard
Version: 0.1.1
Summary: Module for creating cards with characters from the game Zenless zone zero!
Home-page: https://github.com/DEViantUA/ZZZeroCard
License: MIT
Keywords: api,generator,card,hoyolab,zenless zone zero,zzzero,zzzerocard,starrailcard
Author: DeviantUa
Author-email: deviantapi@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Pillow
Requires-Dist: aiofiles
Requires-Dist: aiohttp
Requires-Dist: beautifulsoup4
Requires-Dist: cachetools
Requires-Dist: more-itertools
Requires-Dist: numpy
Requires-Dist: pydantic
Project-URL: Repository, https://github.com/DEViantUA/ZZZeroCard
Description-Content-Type: text/markdown
<img src = "https://raw.githubusercontent.com/DEViantUA/ZZZeroCard/main/ReadMe/ZZZBANNER.png" >
# ZZZeroCard
Module for creating cards with characters from the game Zenless zone zero!
----
* [Telegram](https://t.me/enkacardchat)
* [Patreon](https://www.patreon.com/deviantapi)
-----
### Install:
```bash
pip install zzzerocard
```
### Launch:
```py
import zzzerocard
import asyncio
cookies = {
"ltoken_v2": "YOU_LTOKEN",
"ltmid_v2": "YOU_LTMID",
"ltuid_v2": "YOU_LTUID"
}
#Setting the module settings
client = zzzerocard.ZZZeroCard(
lang="en", #Language in which you need to receive information
asset_save= True, #Save card assets | Speeds up creation, takes up storage space
boost_speed= True, #Save character resources | Speeds up creation, takes up storage space
cookie= cookies, #information about your cookies from the HoYoLab website
uid=184551462, #Your game UID
server= "prod_gf_jp", #ID Server | prod_gf_eu - Europe
color = {"1181": (88,57,57,255)}, #Set character color
save= False #Should I save the result?
)
async def main():
async with client:
data = await client.create()
print(data)
asyncio.run(m())
```
### Resultat:
<details>
<summary>Resultat Style 1</summary>
[![Adaptation][1]][1]
[1]: https://github.com/DEViantUA/ZZZeroCard/blob/main/ReadMe/Style_one.png
</details>
# Thank the author for the code:
* **Patreon**: https://www.patreon.com/deviantapi
* **Ko-Fi**: https://ko-fi.com/dezzso