INSTALL HERE: v1.0.2 - Latest
More Installation Options:
- Automatic Install: Installer.bat
- Manual Install: Manual Installation Guide
Advanced source code application for making coding easy for windows.
Cheese Scripting Plus uses python to run in .exe form, and has a variety of tools to make your life easier!
Cheese Scripting Plus used customtkinter for the GUI - Special thanks to Tom Schimansky.
How can I use CustomTkinter? In python terminal write:
pip install customtkinter
It is recommended to use the Installer for this application.
Check out the OG Cheese Scripting: Cheese Scripting
If you have scanned this file with Virus Total, you may have seen this: (Pyinstaller False Positives)
These are false positives, the python file (soure code here: Source Code ) is safe but was converted to exe with pyinstaller for simplicity of installation. You can still run the installer.py and be fine. Reasons that these false positives show up can be:
- How PyInstaller packages the code. When PyInstaller packages the code it can sometimes obfuscate it, leading to false positives.
- Many Python-based viruses use pyinstaller to format into exe. Virus total now gives false positives to normal scripts because they use a similar exe build.
- Video Example: It is also shown here: Pyinstaller False Positives
You can see the source code here is entirely safe: