Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Deviant edited this page Dec 11, 2023 · 2 revisions

Description:

Pickle - an argument that allows you to save assemblies and use them in the future, it also reduces the time spent on generating cards.


How to use:

from enkacard import encbanner
import asyncio
pick = {
 "size": False,
 "get_characters": False,
 "add_characters": False,
 "add_generate": False,
 "get_generate": False
}
async def card():
 async with encbanner.ENC(uid = "811455610", pickle = pick) as encard:
 return await encard.creat()
result = asyncio.run(card()) 

Description of values:

Values Description
size Print the file size to the
console or return pickle_size as a result
get_characters Get information about saved characters
add_characters Add/Update information about characters
get_generate Returns a previously generated card for a given character
add_generate Add/Update if the last card in pickle has expired

banner

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /