Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BYJRK/LyricEditor
A much modified lyric editor with fancy (maybe) UI based on WPF
https://github.com/BYJRK/LyricEditor
csharp wpf
Last synced: 3 months ago
JSON representation
A much modified lyric editor with fancy (maybe) UI based on WPF
- Host: GitHub
- URL: https://github.com/BYJRK/LyricEditor
- Owner: BYJRK
- Created: 2017-10-19T06:26:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T02:55:14.000Z (6 months ago)
- Last Synced: 2024-07-10T16:59:07.218Z (4 months ago)
- Topics: csharp, wpf
- Language: C#
- Homepage:
- Size: 9.76 MB
- Stars: 84
- Watchers: 7
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LyricEditor
A much modified lyric editor with fancy (maybe) UI. Written in `C# 7.0`, `WPF`, `.NET Framework 4.8`. Downward compatible to `Windows 7` with `.NET Framework 4` or newer version installed.
If you want to compile the source code, please use at least Visual Studio 2017 because I was using new features in `C# 7.0` such as:
```C#
int.TryParse(string input, out int output)
```
The current UI is shown below. Only Chinese version is provided.
![](example.jpg)# 歌词制作器
一个优化了界面的歌词制作器,使用 `C# 7.0`,`WPF`,`.NET Framework 4.8` 制作。向下兼容至 `Windows 7`。
> [!note]
> 本软件使用 Windows Media Player 播放音频。如果发现无法播放媒体文件,请在「Windows 功能」中开启相关功能。
> ![image](https://github.com/BYJRK/LyricEditor/assets/11771667/b22afb0a-6dfb-4931-8fdf-cf903f8736b0)知乎链接:[歌词制作器 LyricEditor 第二版发布及使用说明](https://zhuanlan.zhihu.com/p/32588196)