ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.62k stars 793 forks source link

FIXED ALL THE ISSUES!! Updated! #379

Closed adityax4 closed 6 months ago

adityax4 commented 6 months ago

Added some changes, now Tkinter-Designer works for latest python 3.12.1.

Fixes: #347 #358 #366 #369 #377 #383

  1. Updated the pillow package version in requirements.txt that works for python 3.12 (Pillow >= 10.1)
  2. Updated the utils.py accordingly that has latest pillow module. (LANCZOS)

Hi Parth, I request you to merge my PR.

Thanks!

adityax4 commented 6 months ago

@ParthJadhav hey man, please review this pull request, I fixed all the issues. Kindly merge it.

ParthJadhav commented 6 months ago

Thanks for the changes @adityax4 , Sorry for the delay !