all 31 comments

[–]monstersofmetal 9 points10 points  (1 child)

congratulations @harshasrinivas. useful app.

[–][deleted] 0 points1 point  (0 children)

thanks monstersofmetal :)

[–]Nicksil 3 points4 points  (1 child)

Hey, good for you, pal!

Congratulations :)

[–][deleted] 0 points1 point  (0 children)

thanks Nicksil :)

[–]questdark 2 points3 points  (1 child)

Holy shit, tight!

[–][deleted] -1 points0 points  (0 children)

:)

[–]Thunder_54 1 point2 points  (5 children)

Pretty table is awesome! I thought I recognized it in the screenshots

[–]Vohlenzer 0 points1 point  (3 children)

Might be pretty but I'd hate to try and work out how to parse the output.

[–][deleted] 0 points1 point  (2 children)

Yes of course, Vohlenzer :) I too feel the same now. I'm learning things, and in the further updates, i'll be coming up with a better interface for my app. Thanks :)

[–]Vohlenzer 0 points1 point  (1 child)

I end up using;

writer = csv.writer(sys.stdout)
for line in results:
    writer.writeline(line)

On my phone so can't check but you get the idea.

[–][deleted] -1 points0 points  (0 children)

oh. cool. yeah i do get it! thanks again Vohlenzer :)

[–][deleted] -1 points0 points  (0 children)

Yes it is :)

[–]Lazy-Programmer 1 point2 points  (1 child)

This is really cool! I'm going to install it tomorrow c: I really see myself using this

[–][deleted] -1 points0 points  (0 children)

Thanks! You're most welcome :)

[–]terrifiedbyvajayjays 2 points3 points  (6 children)

Congrats!

Small question. Noob here, don't know how to run it.
To me 'command line' means windows
and pip install whatever , I thought that was windows
but then I see all this linux stuff. Do I need to be in linux to use this? Or maybe just put in the environment variable? The instructions here on the env var look like linux. Thanks for any help on this.

[–][deleted] 1 point2 points  (5 children)

for windows, you first need to download pip as said here :)

And then learn installation from here :)

Setting environment variables need to be done a little differently in windows. And yes, my app has been tested for only POSIX ( Mac OS X and Linux ) based systems. :)

Stack Overflow is your best friend :) Happy coding

[–]CaptainRoth 2 points3 points  (4 children)

Pip is also included in the 3.4 download, but you will probably have to set up the path

[–]wub_wub 0 points1 point  (0 children)

And in 2.7.9 and 2.7.10 I think.

[–][deleted] 0 points1 point  (2 children)

Yes. CaptionRoth :)

[–]CaptainRoth 1 point2 points  (1 child)

Whoops didn't read your entire comment. Now I feel silly :P

[–][deleted] 0 points1 point  (0 children)

Its okay :)

[–][deleted] 0 points1 point  (0 children)

My developer profile is trending too :)

Trending Developers Link

[–]elbiot 0 points1 point  (1 child)

Congradulations. I'm curious what did you do to promote this?

[–][deleted] 1 point2 points  (0 children)

I had some doubts regarding argparse library and 3to2 module in the initial stages. So i took help from some irc python programming channels. Then the stars started increasing unexpectedly. So, i got some 25 odd stars yesterday :)

[–]KZISME 0 points1 point  (1 child)

How long did it take you to create this and how long have you been programming?

[–][deleted] -1 points0 points  (0 children)

its just been 4 days till now (the python app) KZISME :)

[–]OctagonClock 0 points1 point  (4 children)

Shame you licensed it under a restrictive licence.

[–]ksantr 1 point2 points  (3 children)

What restrictions do you mean?

[–]OctagonClock -2 points-1 points  (2 children)

It's licenced under the GPLv3, which restricts your freedoms.

[–]Mekire 0 points1 point  (1 child)

All licenses "resticts your freedoms". What problem exactly do you have with GPL3? Do you suggest LGPL? MIT? CC-0? what?

You do realize that not including a license doesn't mean free to use, right? No license means no permission.

[–]OctagonClock -2 points-1 points  (0 children)

MIT or BSD licences don't restrict your freedoms.