3 Star 20 Fork 9

cherishsince/PUBG_USB

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
resource.py 531 Bytes
一键复制 编辑 原始数据 按行查看 历史
cherishsince 提交于 2019-04-29 19:32 . 首次提交 v0.0.4
import os
import sys
import time
def resource_path(relative_path):
"""
获取 资源路径
:param relative_path:
:return:
"""
base_path = getattr(sys, '_MEIPASS', os.path.dirname(os.path.abspath(__file__)))
return os.path.join(base_path, relative_path)
if __name__ == '__main__':
# path = resource_path('img/screenshot/20190413085144_2.jpg')
# print(path)
text = '请稍等... 正在为您配置...'
for i in range(len(text)):
print(text[i], end='')
time.sleep(0.1)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cherishsince/PUBG_USB.git
[email protected]:cherishsince/PUBG_USB.git
cherishsince
PUBG_USB
PUBG_USB
master

搜索帮助