[Tutor] Is it a good idea to use TKInter to change my password program into a GUI?

Nathan Pinno falcon3166 at hotmail.com
Fri Dec 2 23:20:43 CET 2005


I like the Toolkit, is there anywhere where there is a how to use it?
 
Thanks,
Nathan Pinno,
Co-owner/co-operator of The Web Surfer's Store.
http://www.the-web-surfers-store.com/
MSN Messenger: falcon3166 at hotmail.com
Yahoo! Messenger: spam_swatter31
AIM: f3mighty
ICQ: 199020705  
 

  _____  

From: Adam [mailto:adam.jtm30 at gmail.com] 
Sent: November 28, 2005 3:44 PM
To: Nathan Pinno
Cc: Albertito Troiano; Tutor Mailing List
Subject: Re: [Tutor] Is it a good idea to use TKInter to change my password
program into a GUI?


Hello Nathan, glad to see you're still working on this. I don't think I can
improve on Danny's info on the GUI but I'll add this. You might want to try
the Python Cryptography  <http://www.amk.ca/python/code/crypto> Toolkit to
encrypt the password files and maybe encrypting the file as a binary pickle
will add a little bit more security too. One last thing, I think you might
want to use "a" here

def save_file(pw):
    store = open('passcard.txt',"w")

so that new username/passwords are appended to the file rather than
overwriting any previous ones.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20051202/1e4f92d7/attachment.htm


More information about the Tutor mailing list