Betterme命令行
Python3 cement
安装依赖
pip3 install cement创建脚本
#!/usr/bin/env python
# coding=utf-8
'''
Author: Muse [email protected]
Date: 2023-08-22 18:00:58
LastEditors: Muse [email protected]
LastEditTime: 2023-08-22 18:01:30
FilePath: /betterme/main.py
Description:
'''
def main():
pass
if __name__ == "__main__":
main()将脚本转为可执行文件
创建软连接
最后更新于