Skip to content

DarsoX/GenshinImageCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenshinImageCard

Небольшой скрипт, для создания красивой картинки с вашей игровой статистикой Genshin Impact

Зависимости:

genshin.py

  • Bash: pip install genshin
  • Pythonanywhere: pip3 install --user genshin
  • requirements.txt: genshin == 1.1.0

Pillow

  • Bash: pip install Pillow
  • Pythonanywhere: pip3 install --user Pillow
  • requirements.txt: Pillow 9.1.0

Запуск:

from main import PlayerСard
import asyncio

card = PlayerСard(HtokenId = "HoYoLab_Token", Hid = HoYoLab_id)

asyncio.run(card.creat())