Skip to content

theamdara/pypad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

pypad have input and output box, we can use execute the python code in input box and it will diplay in the output box. unlike the interactive shell, pypad is easily to edit and access the code. more over it have a few more functions such as:

  • save the code in to a file
  • update existing code
  • select partail code to execute

ctrl + enter = execute

select + ctrl + enter = execute selected

shift + enter = clear output

ctrl + s + select = save the editor to python dir with selected as the file name

ctrl + u + select = update the editor to python dir with selected as the file name

dependency:

  • pygtk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages