Saturday, April 10, 2010

Getting some screenshots of my progress up...

Hey, just keeping you updated with my progress, I got the basic encoding done, now to add support for whole files O_O here's what I have so far: (made in Python 2.6.5 with PyQt4)

Step one, start the program (of cource)




Step two, type in text to convert to Base64 and hit 'Text to Base64'...




Step three, type in the Base64 lines to convert back to readable text and hit 'Base64 to Text'...




Step four, check out my source code for it at: http://paste.pocoo.org/show/200193/

And done! That's my progress so far :) stay tuned for updates.... :P

P.S.
Had to resize the pictures to make them a bit less wide, the actual program is slightly wider than in the above pictures.

Starting a program!

Hi again, after many tutorials in Python, I finally decided what to make as my first application: a basic Base64 encoder :) Base64 is easily encrypted/decrypted, but as I can't think of anything else, I figured why not? Screenshots will come soon, and hopefully it won't take more than a couple hours to make it :P

Any help you'd like to share, please comment! I could use the help a lot. :D

P.S.
When I get it done, I'll make it into a runnable exe for all windows users - I can't make binaries for mac/linux yet, as for I don't have either one, and source-code and screenshots will be coming in a little bit.

Friday, April 9, 2010

Hey Guys!

Hey everyone, I'm a guy who is learning the Python programming language, and I want to make sure my programs get to every corner of the world, and hopefully get some help (I plan to post my progress as I go) with what I am currently making (nothing right this second, working on the blog)
Plus, I want to be able to distribute my source code for each application to help anyone else who might be learning, so the fun goes all around :P
Thanks to whoever helps, and welcome to my blog, I hope to get some programs up soon :) (or at least some progress)

P.S.
If you have any program suggestions, feel free to comment - I'm out of ideas right now :(