tsliang / atom-python-run

A simple atom package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom-python-run package

Run your python source file (.py) using F5 or F6!

Prerequisite

  • Windows
  • Add the directory of python.exe 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.exe
    • Almost the same console with python IDLE, which provides syntax error and runtime error messages.
  • CodeBlocks debug console style
    • Shows return value and execution time
      • It is a rough time based on real time rather than CPU kernel time or CPU user time
  • New an issue if you have any idea of new features.

A screenshot of your package

This is a package for Atom

About

A simple atom package

License:MIT License


Languages

Language:JavaScript 75.9%Language:C++ 24.1%