1. All features updated.
2. Improved background brightness control.
3. Added caching using pickle [Pickle](https://github.com/DEViantUA/EnkaCard/wiki/Pickle)
4. Added the ability to work with Akasha System [Akasha](https://github.com/DEViantUA/EnkaCard/wiki/Akasha)
5. Accelerated generation
6. Added additional simplifying functions
7. Documentation rewritten and completely written [Documentation](https://github.com/DEViantUA/EnkaCard/wiki)
8. The volume of the module has been reduced. (Previously: 36MB now 5MB)
> The first run may take longer to generate images since it downloads all the assets
* There is currently 1 profile template and 1 card template available, 2 card templates are already under development.
**Support me on Patreon: https://www.patreon.com/deviantapi
Ask a question or suggest your design: https://t.me/enkacardchat**

news_info_3_0_0
I have completed 70% of the work on the new version of EnkaCard 3.0.0!!
* Currently added: 1 card template and 1 profile template.
* Akasha support has been added, now the rating can be displayed on the card, information can be obtained separately and updated.
* Caching has also been added using Pickle, which will save builds and generate cards, which will speed up the code, and the settings are also flexible.
* Full customization of the profile template has been added; you can set your own background or character images on it.
* You can apply functions to the results that will simplify working with ID characters.
If you want to support me:
Patreon: https://www.patreon.com/deviantapi/membership
Have questions?
Telegram Support: https://t.me/+PE9w8aV7XslmMzcy




Release next weekend!!
news_info
V.3.0.0 ENKA CARD!!!
ALREADY UNDER DEVELOPMENT!! ALL THE CODE WILL BE CHANGED, VARIABLES AND CALLING METHODS WILL BE CHANGED, AND A NEW TEMPLATE WILL BE ADDED!

last_2_0_0
Half a year ago, I decided to completely rewrite the EnkaCard code. But my Hard Disk died, on which I lost all the templates and 80% of the code rewritten. I decided to rewrite it with a new one, but due to the lack of PSD sources, I decided to close all the old templates and leave them in version 2.0.0, fixing many errors and changing the code slightly.
Changes:
1. Removed feature: ``enc()``
2. Removed variables from ``ENC`` class:
- ``img`` - Now you can pass a list of images to ``character_art``.
- ``randomImg`` - Now, if a list of images is sent, it selects randomly automatically.
- ``adapt`` - If an image is transferred, adaptation is turned off automatically
- ``splashArt`` - Automatically installs the costume splash, if available.
3. Changed variables:
- ``characterImgs`` changed to ``character_art``
- ``characterName`` changed to ``character_id``
- ``hide`` changed to ``hide_uid``
4. ``uid`` added to class ``ENC``
5. Feature ``artifact`` changed ``artifactType`` to ``artifact_type``
6. ``creat`` remove ``uid`` feature
7. Nnow the result comes in the form of BaseModel and there is no need to use json syntax.
To install this version, use:
pip install enkacard2
That's all, further updates of these templates and codes will be stopped, the next version of EnkaCard 3.0.0 is already in development and will contain new templates