Skip to content

drilldripper/QtArgSelector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtArgSelector

QtArgSelector is a simple GUI arguments selector for Python.

This Program can work in Windows/Linux/MacOS.

Demo

Let's start a Program.

StartView

Click Open Direcory Button.

OpenDirectory

Selected directory files is displayed.

AllFiles

Select cells and add to Argument list.

SelectedFiles

If you want to remove argument list, you can click Clear Arguments

Click OK.Then this program is closed and your program will start. And selected argument is added to sys.argv.

Also,when you will restat this program, argument history was selected.So you can rapidly exec your program. SelectedFiles

How to install?

git clone https://github.com/drilldripper/QtArgSelector.git
cd QtArgSelector 
python setup.py install

Usage

import sys
from qtargs import QtArgSelector


QtArgSelector.ShowArgumentSelector() # Launch GUI
print(sys.argv) # Check Arguments

Requirement

  • Python 3 or above
  • PyQt 5

Licence

MIT License

Author

drilldripper

Releases

No releases published

Packages

No packages published

Languages