Skip to content

jeff141/sukura_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3D 樱花桌面特效

🌸 一个用 Python 编写的全屏透明樱花飘落特效,花瓣在树冠层间穿梭,营造 3D 景深感(Windows)。

作者:一坨肉
邮箱:1561074588@qq.com
开源协议:MIT(使用时请保留作者署名)


安装依赖

pip install -r requirements.txt

打包成 exe

pyinstaller --noconsole --onefile --windowed --add-data "resources;resources" sukura_tree.py

目录结构

tree/
├── tree_v3.py
├── requirements.txt
├── README.md
└── resources/
    ├── petal.png      # 花瓣
    ├── trunk.png      # 树干
    ├── crown1.png     # 树冠(底层)
    ├── crown2.png     # 树冠(顶层,花瓣从其后穿过)
    └── crown3.png     # 树冠(底层)

License

This project is licensed under the MIT License - see the LICENSE file for details.

© 2025 一坨肉. All rights reserved.

About

一棵3d樱花树,一起赛博赏樱花

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages