Releases: 26Gcode/PYI-Installer
Releases · 26Gcode/PYI-Installer
"the perfect ones" (v1.1.1)
made PYI a bit easier to use.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Changelog for v1.1.0:
Fixed Syntax Errors: Corrected the usage of if conditions (= replaced with ==) and added colons.
Improved Input Handling: Ensured proper user input handling (e.g., case insensitivity).
Code Structure: Removed duplicated logic by modularizing repeated code into functions.
Error Handling: Added checks to guide the user if something goes wrong.
PEP 8 Compliance: Enhanced readability and followed Python coding standards.
I have updated this a lot recently...
Full Changelog: v1.0.1...v1.1.0
v1.0.1
added tutorial on installing pyautogui
Full Changelog: v1.0.0...v1.0.1