Text Based UI

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard Patching

    Text Based UI

    Have been looking into text based UI's in Python, but have found very little
    useful documents. I am looking for some NCurses tutorials in particular but
    can't seem to find anything helpful.

    Can anyone help here?


  • Jarek Zgoda

    #2
    Re: Text Based UI

    Richard Patching <richard@christ iangames.co.uk> pisze:
    [color=blue]
    > Have been looking into text based UI's in Python, but have found very little
    > useful documents. I am looking for some NCurses tutorials in particular but
    > can't seem to find anything helpful.
    >
    > Can anyone help here?[/color]

    Look for python-newt package. I found, that source package (SRPM) from
    PLD is good crafted, shipping with all appropriate patches. The only
    thing that this package really lacks is documentation.

    --
    Jarek Zgoda
    Registered Linux User #-1
    http://www.zgoda.biz/ JID:jarek@jabbe rpl.org http://zgoda.jogger.pl/

    Comment

    • John Roth

      #3
      Re: Text Based UI


      "Richard Patching" <richard@christ iangames.co.uk> wrote in message
      news:1067081847 .77206@ananke.e clipse.net.uk.. .[color=blue]
      > Have been looking into text based UI's in Python, but have found very[/color]
      little[color=blue]
      > useful documents. I am looking for some NCurses tutorials in particular[/color]
      but[color=blue]
      > can't seem to find anything helpful.
      >
      > Can anyone help here?[/color]

      The curses module in the standard distribution says it supports the ncurses
      library. I don't know of a tutorial, but that could be a good place to
      start.

      John Roth[color=blue]
      >
      >[/color]


      Comment

      • Richard Patching

        #4
        Re: Text Based UI

        [color=blue]
        >"John Roth" <newsgroups@jhr othjr.com> wrote in >message
        >news:vpkpqffu2 tv856@news.supe rnews.com...
        >
        > "Richard Patching" <richard@christ iangames.co.uk> wrote in message
        > news:1067081847 .77206@ananke.e clipse.net.uk.. .[color=green]
        > > Have been looking into text based UI's in Python, but have found very[/color]
        > little[color=green]
        > > useful documents. I am looking for some NCurses tutorials in particular[/color]
        > but[color=green]
        > > can't seem to find anything helpful.
        > >
        > > Can anyone help here?[/color]
        >
        > The curses module in the standard distribution says it supports the[/color]
        ncurses[color=blue]
        > library. I don't know of a tutorial, but that could be a good place to
        > start.
        >
        > John Roth[color=green]
        > >
        > >[/color]
        >
        >[/color]

        Thanks guys, i have just found quite a nice standard curses tutorial. I'll
        keep looking and will post it here if i find anything.

        thanks again.


        Comment

        • Anand Pillai

          #5
          Re: Text Based UI

          There is an ncurses tutorial on the effbot site.



          -Anand

          "Richard Patching" <richard@christ iangames.co.uk> wrote in message news:<106708585 4.579309@ananke .eclipse.net.uk >...[color=blue][color=green]
          > >"John Roth" <newsgroups@jhr othjr.com> wrote in >message
          > >news:vpkpqffu2 tv856@news.supe rnews.com...
          > >
          > > "Richard Patching" <richard@christ iangames.co.uk> wrote in message
          > > news:1067081847 .77206@ananke.e clipse.net.uk.. .[color=darkred]
          > > > Have been looking into text based UI's in Python, but have found very[/color][/color]
          > little[color=green][color=darkred]
          > > > useful documents. I am looking for some NCurses tutorials in particular[/color][/color]
          > but[color=green][color=darkred]
          > > > can't seem to find anything helpful.
          > > >
          > > > Can anyone help here?[/color]
          > >
          > > The curses module in the standard distribution says it supports the[/color]
          > ncurses[color=green]
          > > library. I don't know of a tutorial, but that could be a good place to
          > > start.
          > >
          > > John Roth[color=darkred]
          > > >
          > > >[/color]
          > >
          > >[/color]
          >
          > Thanks guys, i have just found quite a nice standard curses tutorial. I'll
          > keep looking and will post it here if i find anything.
          >
          > thanks again.[/color]

          Comment

          Working...