Ok, so this is kind of a complicated question... but...

Ok so I have a python script, you enter some numbers it gives you some numbers back that sort of thing. But of course right now it just looks like a black window with text.
kind of like this.

But is it possible to make it actually look like an application? Kind of like this? Is it even possible with python, or do you have to use C++ or java or something?

Recommended Answers

All 5 Replies

You can use the standard Tkinter module or download wxPython. There are others but those are the most popular I think. Google for tutorials.

Of all the dumb, shallow requests I've seen on this site, this has to be the dumbest and shallowest.

ok, great i've heard 'tkinter' before wasn't sure what it was...
but i've found a beginning tutorial should be fine

thanks a lot

ok, great i've heard 'tkinter' before wasn't sure what it was...
but i've found a beginning tutorial should be fine

thanks a lot

Well, we all had to start Python at some time, and I remember it took a while to get familiar with all the available tools. The Python syntax is relatively easy, the trouble starts trying to remember the many modules and what they do for you!

Welcome to Python!

Here is some Tkinter stuff on the internet:
More or less the reference manual ...
http://infohost.nmt.edu/tcc/help/pubs/tkinter/index.html
http://infohost.nmt.edu/tcc/help/pubs/tkinter/tkinter.pdf

http://www.pythonware.com/library/tkinter/introduction/index.htm

Includes some nice Tkinter examples ...
http://bembry.org/technology/python/index.php

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.