PyTouchBar
PyTouchBar copied to clipboard
A NSTouchBar Wrapper for Python
may i check what is the python version you are using can run the app correctly without crashed? i am using python 3.9.6, that not working, i am not sure...
https://github.com/Maxmad68/PyTouchBar/assets/77569325/b861b0c4-8745-43f4-bee6-339da805096b If PyTouchBar.set_touchbar() has used already, this function won't refresh the Touch Bar until the user switches the main window.
I found your repository interesting and i would like to use it on mine project, but instead of use tkinter i'm using PySide2, you know if it's possible to do...
Specs: ``` Hardware Overview: Model Name: MacBook Pro Model Identifier: MacBookPro15,4 Processor Name: Intel Core i5 Processor Speed: 1.4 GHz Number of Processors: 1 Total Number of Cores: 4 L2...
can you write full example for it? I want to do button that will be in the Touch Bar always and I don't understand this guide because its not full....
I ran `testTk()` function but my touch bar didn't change at all. Am I missing something? If there is simpler way to run a hello world example, please give me...
When installing and running the code you get this error: ```py File "/Users/ADMIN/Documents/Mac Tests/controlbar.py", line 2, in import PyTouchBar File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyTouchBar/__init__.py", line 5, in from .TouchBar import * File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/PyTouchBar/TouchBar.py",...
I just want to make sure this is still going to be maintained if I start a major project with it.