codywatts / Puzzle-and-Dragons-Texture-Tool

The Puzzle & Dragons Texture Tool is a script for extracting images from the popular iOS & Android game "Puzzle & Dragons" (also known as "Puzzle and Dragons" or simply "PAD".) Please remember to ★ this project if you've found it useful. Thank you!
46 stars 21 forks source link

Add: Support for Python 3.9~ #5

Closed KKtheGhost closed 1 year ago

KKtheGhost commented 1 year ago

Summary

Fixing #4

  1. Add a .gitignore file to ignore the _pycache_ files and Extract Textures files during development and test.
  2. Add support for Python 3.9 and version above. Reference is here: What’s New In Python 3.9

    array.array: tostring() and fromstring() methods have been removed. They were aliases to tobytes() and frombytes(), deprecated since Python 3.2. (Contributed by Victor Stinner in bpo-38916.)

KKtheGhost commented 1 year ago

Due to circumstances beyond my control, I have communicated with the Repo's Maintainer and decided to close this Merge Request. However, the fixes included in this Merge Request are still valid, and those who require them can visit my personal page to access the updated Fork version.