EasyGnuPG / egpg

Easy GnuPG, shell scripts to make GnuPG more accessible and easier to use. (Migrated to: https://gitlab.com/EasyGnuPG/egpg)
GNU General Public License v3.0
26 stars 5 forks source link

Tools to use for the GUI #63

Closed dashohoxha closed 5 years ago

dashohoxha commented 6 years ago

I think that the best option is YAD:

If some interface cannot be constructed with yad, we can use GTK+Python directly:

sourabhtk37 commented 6 years ago

Not going to use the python methods in pgpg for building it along with PyGobject for GUI?

dashohoxha commented 6 years ago

Not going to use the python methods in pgpg for building it along with PyGobject for GUI?

I think that approach needs more time to be developed. Using bash+yad can be much faster.

That one can be the topic for another GSoC project (maybe continuing on top of pgpg, trying to build a fully Python based application).