1 Star 0 Fork 0

brendanaaa / musicpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.py 830 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rainbow-Dreamer 提交于 2021-01-02 18:04 . Update config.py
config_dict = {
'background_image':
'G:/university/MyAI project/py files/musicpy/tenshi.jpg',
'background_places': (870, -30),
'eachline_character': 58,
'pairing_symbols': ['()', '[]', "''", '""'],
'wraplines_number': 2,
'font_type': 'Consolas',
'font_size': 15,
'background_mode': 'white',
'grammar_highlight': {
'red': ['/', '@', '^', '~', '%', '&', '|', '+', '-', '?', '*'],
'blue': ['getchord', 'chord', 'trans', 'chd', 'C'],
'green': ['toScale', 'scale', 'S'],
'orange': ['toNote', 'note', 'N'],
'violet': ['piece', 'build', 'P']
},
'background_color': 'alice blue',
'foreground_color': 'black',
'active_background_color': 'light green',
'day_and_night_colors': ('white', 'gray8')
}
path_enable_list = ['background_image']
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/brendanaaa/musicpy.git
git@gitee.com:brendanaaa/musicpy.git
brendanaaa
musicpy
musicpy
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891