Skip to content

A simple Atom package to run python on Windows or Linux terminals. Press F5 or F6 to run the python code inside a command line terminal

License

Notifications You must be signed in to change notification settings

jacquexgithub/python-run-terminalnx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Atom package to run python on Windows or Linux terminals. Press F5 or F6 to run the python code inside a command line terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.2%
  • Batchfile 15.7%
  • Shell 11.1%