a simple tool for teachers in the terminal ;)
- a GUI will be added in version 2.0
- versions 1.x will be in console
- Make sure, you have PyInstaller or auto-py-to-exe, because you need it for converting to .exe-file
- Make sure, that you have pip already installed
- console:
pip install PyInstaller
orpip install auto-py-to-exe
I recommend the auto-py-to-exe, but if you want to use PyInstaller (which is only working in the console) is it also okay.
- You have to move to the directory of the auto-py-to-exe.exe file (
cd
) and execute the file
with.\auto-py-to-exe.exe
Note: You have to add only the main-files (.py) and not more! That means only the files in the src-directory.