Wisketchy Dobrov

Results 25 comments of Wisketchy Dobrov

1. Nice idea, I thought about it, but digress to another idea and forget about it, lol 2. Well, you can always use Reed–Solomon, but it will blow a volume...

Nope, I haven't; it seems nice.

This is a very nice GUI, miles better than mine.

Sorry for not being useful recently; I'm kind of busy. I can't write it in nice code right now, but hear me out; in the first version, we had a...

>and use 100% CPU I don't have any issues: ![](https://i.imgur.com/EqWB1yf.png)

Yeah, right, I forgot about it since I never use it. ![](https://i.imgur.com/4sHhHYO.png) ```python import PySimpleGUI as sg import os import sys class MissingArgument(Exception): pass layout = [ [sg.Button('Password', key='popup_pass', size=(20,...

Yeah, I thought about approach like @Theelgirl just mentioned. For instance, if you want a GUI, you just use `py -m fvid` without any args and if you don't, just...

Yeah, I will sooner or later. Little upgrade about https://github.com/AlfredoSequeida/fvid/pull/26 ![](https://i.imgur.com/NXuvXIu.png) ```python import PySimpleGUI as sg import os import sys from fvid import FRAMERATE class MissingArgument(Exception): pass layout = [...

Another addition - use of youtube-dl if it's in your system: ![](https://i.imgur.com/b0dYLM0.png) ```python import PySimpleGUI as sg import os import sys from fvid import FRAMERATE class MissingArgument(Exception): pass layout =...