You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
parser.add_argument("-s", "--save", help="Save Screenshot to local drive", action="store_true")
args = vars(parser.parse_args())
fn = pather(args['save'])
## show notification
show_notif("SS to Clipboard for GNU/Linux", "You can draw the rectangle area, Please make sure target text can readable in your ScreenShot", f"SS path: {fn}")
getSS(fn)
if fn is not None:
ret = ittMain(fn, tess_path)
show_notif(init_str="SS to Clipboard for GNU/Linux", n1=f"{ret}", n2="done")