DeMartiniFrancesco
Results
2
issues of
DeMartiniFrancesco
### CTkMessagebox like `tkinter.messagebox` CTkMessagebox Features (suggested) : - all show* (info, error, etc) commands - all ask* (question, okcancel, etc) commands - possibility to modify them as desired
enhancement
### Description Ability to specify a file to run instead of the pure python script _Example:_ ```yml - uses: actions/setup-python@v4 with: python-version: '3.x' - uses: jannekem/run-python-script-action@v1 with: file: path/to/script.py ```...