Python Forum

Full Version: Watch me coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Someone interested to watch me coding?
I've written a Python package that makes it easy to record your coding session. Check it out if you like. Feedback are welcome.

Showcase: https://youtu.be/r8lh-P_ZN68
Source: https://github.com/axju/blurring
I don't want anyone to watch me coding, that's for sure. If y'all saw some of the dumb ass mistakes I make when coding, you'd laugh me right off this board.
That's why I speeded it up. And only record one screen, not the google screen :D
The password blurring seems a little off. You can see the word PASSWORD while you type it, plus it flickers after blurring to show the entire thing again.
Yes you are absolutely right, there is space for some improvements. I'm recording one frame a second. So if I typing fast, every thing will be blurred out. But on normal speed it will fail as you description.

To fix that, my next step is adding an offset. The blurring begins before the secret appears.