porkotyler / Stanza

The world's greatest media player. Stanza is a versatile media player that was created using pygame and tkinter. The mp4 functionality lets you monitor video files frame by frame.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The World's Greatest Media Player

Stanza is a versatile media player that was created using pygame and tkinter. The mp4 functionality lets you monitor video files frame by frame.

Getting Started

Open the "main.py" file using a text editor like PyCharm and then run it so you can use the app. To run the mp4 functionality type:

$ python alpha_player_1.py video_file.mp4

Command List:

W/w: "Play" S/s: "Stay" (Pause) D/d: "Next" (Next frame) A/a: "Prev" (Previous frame) E/e: "Fast" (Increase playing speed) Q/q: "Slow" (Decrease playing speed) C/c: "Snap" (Screenshot feature)

Authors

  • Pantelis Kassotis - Initial work - Portfolio

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

The world's greatest media player. Stanza is a versatile media player that was created using pygame and tkinter. The mp4 functionality lets you monitor video files frame by frame.

License:MIT License


Languages

Language:Python 100.0%