Skip to content

Commit

Permalink
Modified some content at 2022 07 01
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin-Rexter committed Jul 1, 2022
1 parent 6167850 commit 11f3497
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![License: MIT](https://img.shields.io/badge/python-v3.8.10-blue?style=flat-square&logo=python)](https://www.python.org/downloads/release/python-3810/)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)

## AudioConverter
A simple audio converter of python using **[FFmpeg](https://github.com/FFmpeg/FFmpeg)**.
Expand All @@ -11,7 +12,8 @@ A simple audio converter of python using **[FFmpeg](https://github.com/FFmpeg/FF
**2.** Use **[PyInquirer](https://github.com/CITGuru/PyInquirer)** and **[Rich](https://github.com/Textualize/rich)** to build beautiful interfaces.<br>
**3.** Use **[PyInstaller](https://github.com/pyinstaller/pyinstaller)** compiled to Windows executable.<br>
**4.** Use **[Black](https://github.com/psf/black)** format code.<br>
**5.** Supported audio formats: **MP3, FLAC, WAV, AAC, M4A, WMA, OGG** (More formats will be added).<br>
**5.** Use **[Bandit](https://github.com/PyCQA/bandit)** to check code security.<br>
**6.** Supported audio formats: **MP3, FLAC, WAV, AAC, M4A, WMA, OGG** (More formats will be added).<br>

## Supported languages
- **Chinese**
Expand Down

0 comments on commit 11f3497

Please sign in to comment.