On Mon, Mar 3, 2014 at 12:34 PM, praveen s <[email protected]> wrote:
> Hello to everyone, > Is PyGTK enough for create an window application??? > Yes it is enough. But, the last release was in 2011. > If no means any other frameworks available to create them? > Have you considered Web2Py (http://www.web2py.com/) If you have HTML5/CSS/Javascript knowledge, this is brilliant. We are using it in production. Python back end code with Javascript/HTML/CSS front end. Also a fully MVC architecture. > Because my friend asked me to create Medical Shop application including Bar > code reader. > Bar code reader does not require any special treatment. Almost all bar code readers work like a keyboard. They scan the code and send it as key codes. The end user just places the cursor on the required field and presses the scan button. The scanner will send key strokes to the computer and the value will just appear on the field. Regards, Arun Arun Venkataswamy http://wondroussky.blogspot.in/ http://wondrouscode.blogspot.in/ "கற்றது கைமண் அளவு, கல்லாதது உலகளவு" - ஔவையார் Known is a drop, Unknown is an ocean _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
