Caveman Software icon generator
Project description
create_icon 0.4.9
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.1.tar.gz
(25.5 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.1.tar.gz.
File metadata
- Download URL: create_icon-0.5.1.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56345a61738e274748a2b325c0e3bf9cf9d91cbe9f28fe89fe8b0362b561800f
|
|
| MD5 |
6373bf3f73e3d9edfc7657abafcc1677
|
|
| BLAKE2b-256 |
c9d232c2e6c9f45cb0dd6ff337cd88b6ba4953044e694f5fbb891b2d0df36c8f
|
File details
Details for the file create_icon-0.5.1-py3-none-any.whl.
File metadata
- Download URL: create_icon-0.5.1-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 |
2a53a7dc058a533d2b139c2ded0f84928e2fc9f09d7721ff7e134a932c192378
|
|
| MD5 |
7720fc9953f5c3c80079f06a1d861163
|
|
| BLAKE2b-256 |
f155b2bb46f8880040b85775d48cde777c95ebe0d147e4af2b5f4ad2c73fe915
|