コード例 #1
0
ファイル: MainGui.py プロジェクト: norpol/Python-pwgen
def setMandatoryCharacters(event):
    CharacterSets.setMandatory(app.txtmandChar.get())
コード例 #2
0
ファイル: MainGui.py プロジェクト: norpol/Python-pwgen
def setCustomCharacterSet(event):
    CharacterSets.setCustom(app.txtCustom.get())