What about python, a blank page, 8MB?

packaged in pyinstaller

import tkinter as tk

jm = tk.Tk()

jm.title("")

jm.mainloop()

Jul.12,2022

python is a dynamic language. The packaged content includes not only the program dependent libraries, but also the python interpreter.
ways to reduce the size:
use from. Import... Reduce the scope of dependency,
further compress the packaging results,
if only consider executable files, can be divided into executables and libraries, not packaged into a file.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b99890-4371f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b99890-4371f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?