Skip to content

winxp18/py_init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用流程 - 超简单3步

​创建项目​ (每次开始新项目时):

git clone https://github.com/yourname/python-project-template my-project cd my-project ​配置环境​ (只需做一次):

创建.env文件(安全存储敏感信息)

echo "API_KEY=your_real_api_key_here" > .env echo "DB_PASSWORD=secure_password" >> .env

安装必要依赖

pip install -r requirements.txt ​开发与自动备份:

启动自动备份(新终端窗口)

python auto_backup.py

主开发(另一个终端窗口)

python main.py

About

创建py项目基础模板

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages