About 134,000 results
Open links in new tab
  1. python - How can I package and use an icon within a tkinter app ...

    Mar 23, 2020 · First: package_data is data located in a Python package. So make sure the directory containing the file is an actual Python package (you might want to add an __init__.py file in there), and make sure this package is correctly added to your distributions (sdist and bdist).

  2. Custom Icon for VSCode Python Tests - Stack Overflow

    Jul 7, 2021 · It can change the icon of the file which names like a.test.py and keeps the a.py with the icon of python. But the problem is the test framework can not discover the test which names like a.test.py , even like this a..py .

  3. How To Add An Icon Of My Own To A Python Program

    May 28, 2013 · then click on "Change Icon" then go to where your desire .ico image is saved and set that as the icon. if you do this and you open your program in the corner will be the .ico you selected and on your desktop, it will show the icon instead of the python image.

  4. PyCharm changed python files icon - Stack Overflow

    Jun 9, 2017 · I'm very new in programming languages and I'm learning Python. I tried to install PyCharm to make my life easier but I noticed my python files (.py) changed the icon when I installed it, this is really annoying me, I like the old icon!

  5. python - Simple tray icon application using pygtk - Stack Overflow

    Jul 16, 2009 · You'll want to use a gtk.StatusIcon to actually display the icon. Here are the docs . If you're just getting started with gui programming you might want to work though a bit of the pygtk tutorial .

  6. Python 3.6 tkinter window icon on Linux error - Stack Overflow

    Jul 28, 2017 · I am studying Python GUI from Python GUI Programming Cookbook. A certain task requires me to change the window icon by adding the following code to my recipe: # Change the main windows icon win.iconbitmap(r'C:\Python34\DLLs\pyc.ico') Since I am using Linux, I have to change my path to /home/user/test.ico.

  7. javascript - How to add icon of C++ in ReactJs - Stack Overflow

    Mar 12, 2021 · I was making a project in ReactJs for which I needed too include some icons of different Languages and Tools. In case of Python Icon i did: <ListItem> <ListItemIcon className={classe...

  8. python - how to set the pyversions icon on my github readme?

    I'm trying to set my pyversion icon to my github README, similar to this: I've been trying to reverse engineer the setup from the coveralls-python project. My .travis.yaml file looks like this:

  9. What are the pros and cons of the Icon programming language?

    Nov 14, 2009 · An example, in Icon, abc["xyz"] is a hashed index into hash table (in Icon, a "table"), here abc, with a key, xyz. Javascript has a similarly syntaxed object property reference. It also has built in lists, co-routines, recursion (every decent language has recursion), arbitrary sized integers, and, string parsing with backup through alternatives ...

  10. Running a Python script by double-clicking desktop icon on Mac OS

    May 30, 2020 · How can I create a desktop icon of my Python script, that when clicked, allows the user to enter the input in order to cause the Python script to start? I have tried Pyinstaller; however, when I enter: pyinstaller "myprogram".py into the Mac terminal, I receive a "dist" file that includes Python script with an ".exe" file extension.

Refresh