Python Forum
Watch me coding - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: Watch me coding (/thread-21239.html)



Watch me coding - axju - Sep-20-2019

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


RE: Watch me coding - ichabod801 - Sep-20-2019

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.


RE: Watch me coding - axju - Sep-20-2019

That's why I speeded it up. And only record one screen, not the google screen :D


RE: Watch me coding - metulburr - Sep-20-2019

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.


RE: Watch me coding - axju - Sep-20-2019

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.