all:ui python main.py des: designer ui: pyuic5 -o epm.py epm.ui build: rm -rf build dist pyinstaller -F --name=epm main.py clean: rm -rf build dist