===== Downloads =====
===== Microsoft Defender=====
If Microsoft Defender prevents the installation of GuiPy click on **"More Info"** and in the next window on **"Run anyway"**.
{{:en:defender.png?460|}}
===== 64-Bit =====
==== Personal Versions ====
Default installation for personal usage.
*[[https://www.guipy.de/download/dl.php?nocache&K=1&V=GuiPy-6.02-x64-Setup.exe |Version 6.02 from 2024.12.01]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=1&V=GuiPy-5.13-x64-Setup.exe |Version 5.13 from 2024.11.16]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=1&V=GuiPy-4.10-x64-Setup.exe |Version 4.10 from 2024.05.22]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=1&V=GuiPy-3.8-x64-Setup.exe |Version 3.8 from 2023.10.26]]\\
$mysqli = @new mysqli('10.35.46.47', 'k177012_guipy', 'dHgf*768hkj_fsfs', 'k177012_GuiPy');
if ($mysqli->connect_errno)
die();
$sql = "SELECT COUNT(*) FROM downloads WHERE Kategorie = 1";
$res = $mysqli->query($sql);
$row = $res->fetch_array(MYSQLI_NUM);
echo " Downloads till now: ".$row[0];
==== Special Versions ====
With separate installation program for installation with ini-files or as portable software.
Use this to install the GuiPy in a classroom environment. Unzip in a temporary folder and run setup.exe.
*[[https://www.guipy.de/download/dl.php?nocache&K=2&V=GuiPy64.6.02.zip|Version 6.02 from 2024.12.01]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=2&V=GuiPy64.5.13.zip |Version 5.13 from 2024.11.16]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=2&V=GuiPy64.4.10.zip|Version 4.10 from 2024.05.22]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=2&V=GuiPy64.3.8.zip|Version 3.8 from 2023.10.26]]\\
$mysqli = @new mysqli('10.35.46.47', 'k177012_guipy', 'dHgf*768hkj_fsfs', 'k177012_GuiPy');
if ($mysqli->connect_errno)
die();
$sql = "SELECT COUNT(*) FROM downloads WHERE Kategorie = 2";
$res = $mysqli->query($sql);
$row = $res->fetch_array(MYSQLI_NUM);
echo " Downloads till now: ".$row[0];
===== 32-Bit =====
==== Personal Versions ====
Default installation for personal usage.
*[[https://www.guipy.de/download/dl.php?nocache&K=3&V=GuiPy-6.02-x86-Setup.exe |Version 6.02 from 2024.12.01]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=3&V=GuiPy-5.13-x86-Setup.exe |Version 5.13 from 2024.11.16]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=3&V=GuiPy-4.10-x86-Setup.exe |Version 4.10 from 2024.05.22]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=3&V=GuiPy-3.8-x86-Setup.exe |Version 3.8 from 2023.10.26]]\\
$mysqli = @new mysqli('10.35.46.47', 'k177012_guipy', 'dHgf*768hkj_fsfs', 'k177012_GuiPy');
if ($mysqli->connect_errno)
die();
$sql = "SELECT COUNT(*) FROM downloads WHERE Kategorie = 3";
$res = $mysqli->query($sql);
$row = $res->fetch_array(MYSQLI_NUM);
echo " Downloads till now: ".$row[0];
==== Special Versions ====
With separate installation program for installation with ini-files or as portable software.
Use this to install GuiPy in a classroom environment. Unzip in a temporary folder and run setup.exe.
*[[https://www.guipy.de/download/dl.php?nocache&K=4&V=GuiPy6.02.zip |Version 6.02 from 2024.12.01]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=4&V=GuiPy5.13.zip |Version 5.13 from 2024.11.16]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=4&V=GuiPy4.10.zip |Version 4.10 from 2024.05.22]]\\
*[[https://www.guipy.de/download/dl.php?nocache&K=4&V=GuiPy3.8.zip |Version 3.8 from 2023.10.26]]\\
$mysqli = @new mysqli('10.35.46.47', 'k177012_guipy', 'dHgf*768hkj_fsfs', 'k177012_GuiPy');
if ($mysqli->connect_errno)
die();
$sql = "SELECT COUNT(*) FROM downloads WHERE Kategorie = 4";
$res = $mysqli->query($sql);
$row = $res->fetch_array(MYSQLI_NUM);
echo " Downloads till now: ".$row[0];
===== Source code =====
The source code is available at [[https://github.com/groehner/guipy|GitHub]].