add mainwindow style
[KRepeater.git] / README
bloba5bdd1f1e008b73979b2b7e6dcf6b43874aa1518
1 KRepeater READEME File
3 1.What is KRepeater?
4     KRepeater means Kermit's repeater, which used to help us study English
5 or some other languages. You can repeat a piece of video when you playing a
6 video file.
8 2.How to use?
9     cd src
10     ./compile
11     ./main.py
13     And by the way, you need PyQt4 and mplayer to run it.
15 3.Why it is so simple?
16     That's just because that I haven't found VLC can do the same thing on 
17 Linux before I wrote KRepeater. So if you really need such a function, you'd
18 better try VLC, that's great! Now this software is better for python students,
19 but not human language students:)
21 4.Will you improve it in future?
22     Yes, but not because of the repeat function itself. Just for study python
23 or Qt.
25 5.How to report a bug?
26     You are welcome to email me: kermit.mei@gmail.com to report a bug. I'd like
27 to fix that.
30 By Kermit
31 <kermit.mei@gmail.com>