pyqode.core.tools package

Module contents

This package contains generic tools that might be useful for IDE:

  • console: offer an external console wrapper that prompt the user to press a key at the end of the console program. Useful for running short program in an external terminal.

Tools

pyqode-console

This script wraps the execution of console program so that a prompt appear after the end of the console program (so that the console does not close as soon as the user program finished).

Usage:
pyqode-console program [options]

Example:

$ pyqode-console python /path/to/a/script.py –spam eggs $ ... $ The process terminated with exit code 0. $ Press a key to close this window... $

Table Of Contents

Previous topic

pyqode.core.styles package

Next topic

pyqode.core.widgets package