Skip to content

Funkeke/prompt_debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装依赖

pip install -r requirements.txt

打包

pyinstaller -w -F main.py -n="prompt debugger" -i logo.png --clean