Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63306

Re: Which python framework?

References <2e5c9033-1bb5-46e4-93e6-046069923297@googlegroups.com>
Date 2014-01-07 04:09 +1100
Subject Re: Which python framework?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.5035.1389028177.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Jan 7, 2014 at 4:02 AM,  <blissend@gmail.com> wrote:
> I love programming in python but I'm having trouble deciding over a framework for a single player MUD like game I'm making for fun. Ideally it's a cross-platform free framework in case I want make it open source later with good capabilities of customizing the GUI look/style.

If by "MUD-like" you mean that it's fundamentally based on scrolling
text and inputted commands, you may be able to just skip the GUI
altogether and use the console (print() and input()). That'd save you
a lot of trouble. Alternatively, it might be worth going the other way
and actually making it a MUD. Wait for a socket connection, let the
user TELNET in. Your GUI would then be an actual MUD client, off the
shelf, giving you all its features absolutely for free. Either way,
you put zero effort into building a GUI, and you get something every
bit as powerful as you could build manually.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Which python framework? blissend@gmail.com - 2014-01-06 09:02 -0800
  Re: Which python framework? Chris Angelico <rosuav@gmail.com> - 2014-01-07 04:09 +1100
    Re: Which python framework? blissend@gmail.com - 2014-01-06 09:37 -0800
      Re: Which python framework? blissend@gmail.com - 2014-01-06 11:07 -0800
        Re: Which python framework? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-06 19:12 +0000
  Re: Which python framework? CM <cmpython@gmail.com> - 2014-01-06 16:42 -0800

csiph-web