15 lines
432 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div align="center">
<img height="100px" alt="logo" src="https://img-bohe.lolicon.team/i/img/svg/logo.ico"/>
<p><em>🗂OVOFISH STUDIO</em></p>
# 说明
这是一个自动化音频转换格式的脚本
因为wav格式不支持内部歌词数据所以要转为flac格式
运行前请先安装依赖库
```
pip install pydub mutagen eyed3
pyinstaller -i ./q.ico --onefile --version-file version_info.rc main.py
```