Caveman Software icon generator
Project description
create_icon 0.5.2
Caveman Software® 2022
Released 8/18/22
A Simple icon to replace the tkinter feather for your programs.
Example
import os
from tkinter import Tk
root=Tk()
root.minsize(300,100)
# Add Icon to windows Titlebar if running Windows.
if os.name == 'nt':
homepath = os.path.expanduser('~')
tempFile = '%s\Caveman Software\%s' % (homepath, 'Icon\icon.ico')
if (os.path.exists(tempFile) == True):
root.wm_iconbitmap(default=tempFile)
else:
import create_icon
print('File Created')
root.wm_iconbitmap(default=tempFile)
root.mainloop()
The above example allows the icon to be place in the menubar
Diagram 1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
create_icon-0.5.2.tar.gz
(25.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file create_icon-0.5.2.tar.gz.
File metadata
- Download URL: create_icon-0.5.2.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5cdcc9495954e4be6612ef79a1a9068bddba79e3c681152e193b6dc52f3e8b4
|
|
| MD5 |
b60d5273c0eeac2b25f8411a3eebb00d
|
|
| BLAKE2b-256 |
597980db9e5f21e93b9580530f6da1b78f83f15fc3f073599d0aa1713bc74aa8
|
File details
Details for the file create_icon-0.5.2-py3-none-any.whl.
File metadata
- Download URL: create_icon-0.5.2-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78ac3fb39ed2eed8fce04954003dd2296c536106b43b24f5b86b86b136e37671
|
|
| MD5 |
fc80e1e1448b4384c83bfd66db3526a7
|
|
| BLAKE2b-256 |
f5662fc83df66bc7aa36d16d2fd271dbd8006f4881573b7b1ee32afc41cbf359
|