1 Star 0 Fork 0

RainMark/KTV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Show Time KTV (STV)

这是什么?

Show Time KTV (STV)是一个多终端、多用户的 KTV 点歌系统。本项目处于激烈开发状态。欢迎有兴趣的同学加入。 这样该项目就会变得越来越强大,更加易用。

./Documents/PIC/main.png

./Documents/PIC/board.png

./Documents/PIC/search.png

./Documents/PIC/add.png

./Documents/PIC/player.png

加入开发需要具备什么条件?

至少了解知道如下几个需要的东西。

后台开发

  • Python
  • MariaDB
  • Linux

桌面客户端开发

  • Python
  • Glade
  • GTK+-3.0
  • Gst+-1.0

如何开始?

以 Arch Linux 为例。

  • 准备环境及源代码。
$ yaourt -S python-gobject python-mysql-connector python-qrcode python-urllib3 python-simplejson mariadb mariadb-clients python-flask
$ # 获取项目源代码。
$ git clone http://git.blooogers.site/Rain/STV
$ cd STV/SRC
  • 准备数据。
$ cd DB
$ mysql -u root -p
$ >> SOURCE STV_TABLE_INIT.sql
$ >> SOURCE YYT_META.sql
$ >> exit
$ cd ..
  • 准备后台服务,修改 ktv.py 中的数据库设置。
$ cd SVR
# 修改这行代码。
svr = stv_server(user='root', password='root', database='stv_db')
$ python3 ktv.py
  • 新开一个终端,运行桌面客户端。
$ cd STV/SRC/CLI
$ python3 stv.py

如果出现任何配置问题,请在 issue 中告诉我们。我们会及时帮助你快速开始本项目。 Thanks!

MIT License Copyright (c) 2020 RainMark Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

A simple online KTV system simulation. 展开 收起
Python
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/rainmark/KTV.git
git@gitee.com:rainmark/KTV.git
rainmark
KTV
KTV
master

搜索帮助