Skip to content

Commit e77c014

Browse files
committed
📝 update README
1 parent 4a9fbd2 commit e77c014

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
1-
# BadApple-Python-Module
1+
## BadApple-Python-Module
22

33
Python Module: Play the video in the console as ASCII art.
44

5-
Where there is light, there is [Bad Apple!!][ba]
5+
Where there is light, there is [Bad Apple!!](https://www.youtube.com/watch?v=FtutLA63Cp8)
66

7-
**Install**:
7+
##### Installation
88

99
```sh
1010
python -m pip install badapple
1111
```
1212

13-
**Recommended optional dependencies**:
14-
15-
Only wav audio or no audio: Python module **simpleaudio**.
16-
17-
Multiple audio & video formats supported: command-line tool **FFmpeg**.
18-
19-
**Run**:
13+
##### Run
2014

2115
```sh
2216
python -m badapple
2317
```
2418

25-
**Help message**:
19+
##### Help message
2620

2721
```markdown
2822
usage: badapple [options] ...
@@ -48,5 +42,3 @@ options:
4842
--preload preload video (not play)
4943
--debug debug
5044
```
51-
52-
[ba]: https://www.youtube.com/watch?v=FtutLA63Cp8

0 commit comments

Comments
 (0)