I'm looking for a simple way to rotate a shape in python, tkinter. The shape I'm rotating is a triangle (polygon) if it matters. Thanks in advance for all the help
Thropian 3 Junior Poster in Training
Recommended Answers
Jump to PostThe simplest way to rotate an image with the Tkinter GUI toolkit is to use the Python Image Library (PIL) rotate function.
Check:
http://www.lfd.uci.edu/~gohlke/pythonlibs/
to download PIL versions for Python27 and Python32…
All 3 Replies
TrustyTony 888 ex-Moderator Team Colleague Featured Poster
Thropian 3 Junior Poster in Training
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.