PaulleDemon / tkVideoPlayer

Video player for tkinter.
MIT License
83 stars 25 forks source link

Fixed the seek function #57

Open WaseemALTamer opened 2 months ago

WaseemALTamer commented 2 months ago

Fixed the seek function so it is precise so it dose not round it to the nearest 5 seconds i also added a var for speeding or slowing down the footage

PaulleDemon commented 2 months ago

Hey thanks for the pull request, I haven't tested or fully reviewed it yet as I am busy.

However, couple of quick suggestion, remove __pycache__ file add it to .gitignore.

make sure you are following the PEP8 style guidelines, including the naming convention.

I'll free up myself in a month or two, and review the code properly before merging. Till then thank you for your patience and understanding