Skip to content

Siecje/atom-python-run

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-python-run package

GitHub issues GitHub stars GitHub forks GitHub license

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. Press one key to run the python code in atom.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.5%
  • C 29.5%