Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pramberg451 committed Aug 1, 2020
2 parents ffff046 + bd5f45f commit 2276890
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Gwent Card Image Exporter
# Gwent Card Exporter

Download here : https://github.com/pramberg451/gwentCardImageExporter/releases
Download here : https://github.com/pramberg451/gwentCardExporter/releases

### Description and Features ###
The Gwent Card Image Exporter is an application written in Python using Tkinter and the PIL. It is meant to be a simple program to export both images and card data relative to the current Gwent game instead of using third-party data or images which might take a while to be updated after a new version release. A valid Gwent installation on either Steam or GOG is required.
The Gwent Card Exporter is an application written in Python using Tkinter and the PIL. It is meant to be a simple program to export both images and card data relative to the current Gwent game instead of using third-party data or images which might take a while to be updated after a new version release. A valid Gwent installation on either Steam or GOG is required.

You can use it to...
- Export a .json file containing Gwent card data. This can be incredibly useful to use in your own Gwent related projects. You can find all the .json files that you have extracted in the 'card_data' folder in the same directory that the .exe is.
Expand All @@ -24,7 +24,7 @@ I am using both [UnityPy](https://pypi.org/project/UnityPy/) and [texture2ddecod
### Building The Project ###
You can find a standalone executable on the [releases](https://github.com/pramberg451/gwentCardImageExporter/releases) page. Just simply download the zip, extract and run. All the needed assets come with it.

If for some reason you would like to run the program in your own Python environment and not as the standalone executable just make sure you have all the imports that are present in both gwentCardImageExporter.py and GwentUtils.py installed and it should work fine. I built and tested it using Python 3.8.2. Please let me know if you have any issues.
If for some reason you would like to run the program in your own Python environment and not as the standalone executable just make sure you have all the imports that are present in both gwentCardExporter.py and GwentUtils.py installed and it should work fine. I built and tested it using Python 3.8.2. Please let me know if you have any issues.

I am currently using pyinstaller to generate the standalone executable with no additions so if you would like to do that as well than that should be simple enough.

Expand Down

0 comments on commit 2276890

Please sign in to comment.