girl scout badge
Ian Bicking
ianb at colorstudy.com
Thu Jun 5 00:53:21 EDT 2003
More information about the Python-list mailing list
Thu Jun 5 00:53:21 EDT 2003
- Previous message (by thread): IDLE raw_input() and unicode
- Next message (by thread): girl scout badge
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 2003-06-04 at 23:28, sam420 wrote: > I'd like a simple python program to help organize my girl scout badge > info. I want a GUI interface that would have different button for each > badge, i.e., if I hit the communication button, the communication > requirements would pop up. Or if I hit the weather badge button, the > requirements for the weather badge would pop up. I'd like to start > with 6 badges. I'll type the requirements in the data (?) file, but > you would have to create the actual file and show me where to type the > requirements in. Can anyone help? I am a newbie =) This seems like something that is really best done as a web page, doesn't it? But if you are really just looking to try your hand at a programming task, I don't want to spoil your fun ;) This might not be the best place to start, a text-only program is usually much easier to start with. If you want to try a GUI, I think PythonCard (pythoncard.sf.net) is exactly the sort of environment that would work well for this. They have tutorials and other documentation. Ian
- Previous message (by thread): IDLE raw_input() and unicode
- Next message (by thread): girl scout badge
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list