EvilZone

Community => General discussion => Topic started by: pl0tuS on May 13, 2012, 09:21:34 PM

Title: Need an organizing tool
Post by: pl0tuS on May 13, 2012, 09:21:34 PM
I  need a software where I can save my bookmarks, web pages, links and organize them. I want to add notes and to-do also. I don't want any online tools.

I found this (http://www.1stwebdesigner.com/design/collect-share-bookmark-tools/) but they are web tools. I don't want to put my stuff on internet. I'm XP user. These (http://alternativeto.net/software/evernote/) are alternatives of Evernote. But I don't know which one is good. If any of you guys have used anything like that.. Suggest me.


Title: Re: Need an organizing tool
Post by: techb on May 13, 2012, 09:37:04 PM
You could write one yourself. I've been meaning to write something to keep track of code snippets.
Title: Re: Need an organizing tool
Post by: pl0tuS on May 13, 2012, 09:53:52 PM
You could write one yourself. I've been meaning to write something to keep track of code snippets.

Hmmm.. well I don't know coding. :(
But Can I make it in Python ?
Title: Re: Need an organizing tool
Post by: techb on May 13, 2012, 09:58:38 PM
Python would be perfect for you. You can use tkinter or wx for the GUI.


Tk (http://www.pythonware.com/library/tkinter/introduction/)
Examples (http://www.ittc.ku.edu/~niehaus/classes/448-s04/448-standard/simple_gui_examples/index.html)


Also pypi (http://pypi.python.org/pypi) might have some notepad like editors that are opensource.
Title: Re: Need an organizing tool
Post by: pl0tuS on May 13, 2012, 10:18:04 PM
Python would be perfect for you. You can use tkinter or wx for the GUI.


Tk (http://www.pythonware.com/library/tkinter/introduction/)
Examples (http://www.ittc.ku.edu/~niehaus/classes/448-s04/448-standard/simple_gui_examples/index.html)


Also pypi (http://pypi.python.org/pypi) might have some notepad like editors that are opensource.

Well thank you good sir.. I guess it's time for http://docs.python.org/ (http://docs.python.org/)
Title: Re: Need an organizing tool
Post by: techb on May 13, 2012, 10:21:30 PM
The docs are extremely good, but not too keen on beginners or people with no code experience. It will use jargon and words only people that have been coding for a while will know.


Here (http://anh.cs.luc.edu/python/hands-on/handsonHtml/handson.html) is a gentler beginning. But read the doc tuts too.
And if you want visuals here (http://www.youtube.com/watch?v=tKTZoB2Vjuk) ya go.
Title: Re: Need an organizing tool
Post by: pl0tuS on May 13, 2012, 10:25:55 PM
Here (http://anh.cs.luc.edu/python/hands-on/handsonHtml/handson.html) is a gentler beginning. But read the doc tuts too.
And if you want visuals here (http://www.youtube.com/watch?v=tKTZoB2Vjuk) ya go.

These are really good. I think I just needed these. Thank you so much for your help.