Forum: Python Dec 31st, 2008 |
| Replies: 207 Views: 95,789 All you guys have some really great ideas about making Python programs. If I happen to take out some time for these, I am really gonna work on at least one of your suggested programs. :)
Anyway, a... |
Forum: Python Sep 28th, 2008 |
| Replies: 14 Views: 1,721 Update:
The improved Jumbled Words Game is available for download in various forms:
http://anurag.granularproject.org/2008/09/improved-jumbled-words-game/
Thanks again to all the members... |
Forum: Python Sep 24th, 2008 |
| Replies: 14 Views: 1,721 Ok, the score problem is solved now. I solved it by taking a :flag" variable. :)
So, rather than downloading the attachment in my previous post, download this updated one. |
Forum: Python Sep 24th, 2008 |
| Replies: 14 Views: 1,721 Ok, I've updated the code with suggestions of forum members here.
Changelog:
All words now read from a text file, so adding more words is easier
Words are jumbled automatically by the... |
Forum: Python Sep 21st, 2008 |
| Replies: 14 Views: 1,721 Seems to me like a nice technique. It is steganography, right? |
Forum: Python Sep 21st, 2008 |
| Replies: 14 Views: 1,721 Well yes, I did ask about md5 once and the question was something like "is it possible to reverse md5 hashes to original text?". Now, what I know is that this isn't possible, but you wrote about... |
Forum: Python Sep 15th, 2008 |
| Replies: 14 Views: 1,721 Automatic jumbling seems like a really nice idea. I wanted to do that earlier also, but had no clue on how to begin.
The module "random" seems an interesting lot to play with. :) |
Forum: Python Sep 14th, 2008 |
| Replies: 14 Views: 1,721 Ok, cosmetics are in; I'll note them too. |
Forum: Python Sep 14th, 2008 |
| Replies: 14 Views: 1,721 I was thinking on the same lines, Paul. Thanks for the suggestion and the code.
I'll implement this in the program as soon as I can and post an update here after that. :) |
Forum: Python Sep 13th, 2008 |
| Replies: 14 Views: 1,721 Anyway, sometime back, I wrote a little and simple GUI application (using wPython) which I call the Jumbled Words game. This was my first step into wxPython. Not a serious project at all, but hey, a... |