I can't see any reason why it wouldn't - it's just a generic GUI library used by hundreds of other Python projects...dan11 wrote:One more question, is possible to do what I want with Tkinter?
Haha, at least I didn't point you to lmgtfy.comlucasrpi wrote:That's a bit like redirecting me to google.com/?#q=openocdbut thanks anyway.
Is that page supposed to say "Materials: Philippine Mahogany, Brass" ?Edward Ivory wrote:as well as Etsy https://www.etsy.com/listing/200357485/ ... -black-ice
When people say "Excel sheets" they often just mean CSV files which Python has built-in support forA1i2T3R wrote:I still cant find out aabout excell sheets
Code: Select all
LISTFILES=( $(find "$MOTIONDIR" -maxdepth 1 -type f -name "*.jpg") )
NUMFILES=${#LISTFILES[@]}