python-run-terminalnx
Run a python source file.
jacquexgithub 22,660 4 1.1.7 MIT GitHub

python-run-terminalnx package

GitHub issues GitHub stars GitHub forks GitHub license

Run your python source file (.py) on Windows or Linux, using F5 or F6! Screenshot

Prerequisite

  • Add the directory of python (or the intended interpreter) to PATH.

Method of use

  1. Open a .py file.
  2. Hit F5 or F6 to run.
  • It will save the file in current editor immediately without a confirmation, be aware.

Features

  • Using python
    • Almost the same console/terminal with python IDLE, which provides syntax error and runtime error messages.
  • Shows the colored return value. Blue when the program ends successfully and red otherwise.
  • Make a pause
    • You can disable the default pause after finishing the execution of a program.
  • Python Command Line Arguments
    • You can pass command line arguments to your python scripts.

Compatibility

  • Cross Platform Compatible
    • Runs on Windows, and Linux
  • True Arbitrary Execution
    • Global python is the default interpreter

A screenshot of your package

This is a package for Atom