PDA

View Full Version : What Next?



Sinister006
October 23rd, 2007, 05:18 PM
I have just completed a program in Python that I would like to release as open source. Being my first program I'm not really sure how to go about it. Would I just release the source code, Images and a text file stating what is needed for the program to run? Or should i make a script that places things where they need to be? Any advice anyone can give would be great...
Jamison

LaRoza
October 23rd, 2007, 05:26 PM
Try www.freshmeat.net

If want, you can make your own site for releasing your programs.

What does this program do?

What does it require, besides Python?

Sinister006
October 23rd, 2007, 05:51 PM
The program is basically a simple script/code keeper where you can save scripts Or entire programs
depending on the language the code is written in. I made it for myself to help me keep track of useful
bits of code that can be used again, or that I may need too use at a latter date in any other applications
I'm planning. Currently It uses sqlite3 for the database, and wxpython for the gui. I would like to add some
Icons for the program and as the development continues there will be other things that I'm certain will need to be included.

pmasiar
October 23rd, 2007, 06:00 PM
like file system, only prettier? :-)