Giter VIP home page Giter VIP logo

taichi-flet's Issues

各位大佬,欢迎大家提PR!

各位大佬,谢谢大家的喜欢,我最近事情比较多,抽不出时间改(抱歉抱歉),欢迎大家多多提PR啊,另外有感兴趣的大佬欢迎一起开发,WX: wx_wanld

听雨改进建议

听雨 右侧歌曲列表,如果某个歌曲无法播放 自动切换下一首

打包过程后运行程序时报错

我是小白

Traceback (most recent call last):
File "github02\ui.py", line 12, in
ModuleNotFoundError: No module named 'settings'

虚拟环境中已经安装 pipinsatller 包

响应时间过长

打开程序包后,响应时间太长,要加载10s左右后才能正常使用

手机端开发

你好,请问是否有开发手机端apk程序包的想法?在办公室电脑上浏览图片,有些照片比较漏,会有些羞耻。

能在macOS下运行吗?

1.安装了python3
2.然后 pip3 install -r requirements.txt
3.chmod +x ui.py
4.python3 ./ui.py

能弹出ui的窗口,但是里面一片黑色。
3
2
1

设置按钮无反应

你好,请问图中红色方框标注的是设置按钮吗?单击无任何反应,双击后窗口最大化了

安装完所需库后 执行ui.py报错

flet用的0.4.0版本
python3.9 ./ui.py
LSOpenURLsWithRole() failed with error -10825 for the file /Users/min/.flet/bin/flet-0.4.0/Flet.app.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 980, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 917, in run
image

file no found (taichi_db.dbm.dat)

打开软件后显示
There was an error while processing your request:[Error 2]No such file or directory:C:\User\myusername\AppData\Roaming\taichi\taichi_db.dbm.dat
版本是太极2.6.9
QQ图片20230922114930

2.1.0更新计划

  • 增加设置弹窗,能够进行全局设置
  • 增加听书页面
  • 修复bug

获取桌面路径的代码建议改一下

import winreg

# 获取桌面路径
def get_Desktop():
    key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r'Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders')

    return winreg.QueryValueEx(key, 'Desktop')[0]

# 获取桌面路径
def get_Pictures():
    key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r'Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders')

    return winreg.QueryValueEx(key, 'My Pictures')[0]

DESKTOP = get_Desktop()
PICTURE = get_Pictures()

# DESKTOP = os.path.join(os.path.expanduser("~"), "DESKTOP")
# PICTURE = os.path.join(os.path.expanduser("~"), "Pictures")

窗口无法拖动

打开程序包后,窗口就钉死在桌面上了,无法拖动改变位置,希望修复,谢谢

1.1.0问题汇总及解决方案

  1. 打开软件后弹窗网络错误——“网络错误”弹窗后续可关闭
  2. 安装包报毒——同时提供安装包和绿色版
  3. 书源少——增加书源
  4. 添加动漫——需要考察
  5. 小说全本下载——优先度较低
  6. 歌曲原图无损下载——暂时无法实现
  7. 添加歌词——难度较大暂时搁置

期待作者更新

办公电脑联通固定IP专线,报网络错误,回家后家庭宽带就能用,看到作者1.2版本了,很喜欢,期待作者的更新,支持你,加油。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.