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

- Add the directory of
python(or the intended interpreter) toPATH.
- Open a .py file.
- Hit
F5orF6to run.
- It will save the file in current editor immediately without a confirmation, be aware.
- 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.
- Cross Platform Compatible
- Runs on Windows, and Linux
- True Arbitrary Execution
- Global python is the default interpreter
This is a package for Atom
