Skip to content
/ nPy Public

A Configurable Graphic user Interface made in Python 2.7 and PyQt4

License

Notifications You must be signed in to change notification settings

alete89/nPy

Repository files navigation

Generic badge

nPy

A Configurable Graphic user Interface written in Python 2.7 and PyQt4

Description

This app allows you to add any program or command into its menu and then launch them, capturing and showing its standard output in the main screen.

You can add a placeholder for parameters just by placing a hint between parentheses like this: ping (enter some site). This will trigger a pop-up window before execution asking user to input a site to ping to ( screenshot ). Note that the string between the parentheses is the hint given to the user in the pop-up.

A text editor is included within the app, it supports Python syntax highlighting for .py files. App also includes a TreeView where you can browse local files in order to open them into the text editor.

Menus are loaded from a CSV (example is included), you can add, remove or edit them from the app itself (3rd tab)

Usage

Windows: download latest zip release, which includes binaries and an example CSV with some menus pre-loaded. Linux: download latest source from releases, launch by python nPy.py in main directory

Screenshots:

lanzando un script editor de texto editor de secuencias

parameter

pop-up parameter

About

A Configurable Graphic user Interface made in Python 2.7 and PyQt4

Resources

License

Stars

Watchers

Forks

Packages

No packages published