Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

python icon on task bar

import ctypes

aumid = u'CompanyName.ProductName.SubProduct.VersionInformation' # must be unicode
# See https://docs.microsoft.com/en-us/windows/win32/shell/appids for information
# And see https://stackoverflow.com/a/1552105/14586140 for why this works
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(aumid)
Comment

PREVIOUS NEXT
Code Example
Python :: django get fields data from object model 
Python :: Converting categorical feature in to numerical features 
Python :: django update request.post 
Python :: python uppercase 
Python :: type de variable python 
Python :: python custom exception 
Python :: to see version matplotlib 
Python :: python request coinmarketcap 
Python :: pandas replace non numeric values with 0? 
Python :: check if two columns are equal pandas 
Python :: remove special characters from string in python 
Python :: how to use .format in python 
Python :: find charechtar index in string python 
Python :: urllib download file to folder 
Python :: how to check if python is installed 
Python :: py hash 
Python :: pd df sample 
Python :: fill missing values with 0 
Python :: how to find the transpose of a matrix in python 
Python :: python random array 
Python :: overload operator python 
Python :: python trim leading whitespace 
Python :: declare empty var python 
Python :: new line in python 
Python :: flask authentication user without database 
Python :: list comprehesion python 
Python :: select columns pandas 
Python :: python count same number in list 
Python :: python get github file content 
Python :: code to take the picture 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =