passgen

tk password generator
git clone https://git.pastanoggin.com/passgen.git
Log | Files | Refs | README | LICENSE

commit 24fae870d78d89264eda07bb858f501ba378e3c6
parent 4e6ae475049343b52957a55a724693bf2ebfa89b
Author: noodle <noodle@pastanoggin.com>
Date:   Thu, 12 Jun 2025 13:44:03 +0300

fix shebang

Diffstat:
Mpassgen.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/passgen.py b/passgen.py @@ -1,4 +1,4 @@ -#!/r/bin/env python3 +#!/usr/local/bin/python3 """tkinter password generator""" import tkinter as tk import string