Hi, we are going to inroduce graphics in our project using python (Version 2.4), I coulsn't find the module related to graphics in this version. Is there anything you know please share that. I would be thankful if you could share the modules which suites Python 2.4 +
kuchi 0 Newbie Poster
Recommended Answers
Jump to PostA Tkinter drawing example ...
''' tk_canvas_shapes101.py use the Tkinter GUI toolkit that comes with Python to draw some shapes for more shapes check canvas at ... http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html or http://effbot.org/tkinterbook/canvas.htm ''' # for Python3 use: import tkinter as tk import Tkinter …
All 3 Replies
Gribouillis 1,391 Programming Explorer Team Colleague
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
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.