これだけメソッドがあれば大概の事は出来る。 The Console Module The Console module provides a simple console interface, which provides cursor-addressable text output, plus support for keyboard and mouse input. The Console module is currently only available for Windows 95, 98, NT, and 2000. It probably works under Windows XP, but it hasn’t been tested on that platform. 試しに作ってみた。以下ソース Oppai.py #!/usr/bin/python # -*- codi