This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
1.程序入口是main.py,运行这个文件就行了 2.程序依赖opencv和pygame,所以请确保你有安装: pip install opencv-python pip install pygame