curses-like library for cross-platform console app in python

前端 未结 5 1811
挽巷
挽巷 2020-12-08 11:05

I\'m looking into developing a console application in python which should be able to run under Windows as well as Linux. For this, I\'d really like to use a high-level conso

5条回答
  •  时光取名叫无心
    2020-12-08 11:19

    develop two interfaces for your program, a text console ui and a graphical ui. Make the console one work only on linux. Nobody on windows uses text console apps.

提交回复
热议问题