Visual Asset Strategic Tools. Capture Building Information for Building Life Management. Open Source/Low Cost Technology Solutions for you to control your buildings
Following on from earlier video ‘Activate Python Scripts from AutoHotKey V2 Hotkeys’ (https://youtu.be/QYxTI81FtWI ) I wanted to add a hotkey information help message box, so I can easily find out the hotkeys for triggering specific scripts. I find this useful when I have a lot of hotkeys and hotstrings and so I do not have
I want to be able to activate some python scripts using keyboard hotkeys. That is, you type a hotkey , eg Alt + H and it runs the python script that you want. You can do this with a Python script, running in the background and listening for the correct hotkey and then it will
I’ve an original hotkey – ctrl+ Shift + A for cycling through File Explorer open window instances that I got from this video of Taran’s years ago, and love using it. I’ve also started to play with AutoHotKey V2 and am trying to adapt scripts from v1 to v2. I started by trying to acvtivate
I did the initial video and article on this topic but wasn’t happy with the results, so decided to look for another solution. The issue was looping through and numbering the items, if you did this in the initial list then each instance of a product/shop became unique and so you ended up with rows
There is a NZ Grocers app (https://grocer.nz/) that compares prices of products in supermarkets in NZ.I wanted to develop a list of items that would vary in price and do a price comparison across different local supermarkets to find:1/ Where the best prices were to be had for specific products2/Where some short supply products would
In a previous video , Python create Daily Planets Sky Map for Epheremis, Email & Automate –(https://www.youtube.com/watch?v=1LgB5kyCA08) I use python to attach created pdf document and attach to email and send to myself and others. Email sent to me with CSV attachment to Hotmail account In this video I’m sent a CSV file with meter
In this project I posed the question of which sibling lives the longest. It was a question that popped into my head as two of my siblings passed away last year. I looked up on the interwongle and couldn’t find any data on the subject so decided to do my own research.I used the NZ
Its past 512 published articles but that’s how it goes. I don’t think the site is gaining in popularity but I’ve been adding more Python articles to the blog. Initially there was a lot of visits for OpenMaint but that has dropped off, and I’m getting more visits for AutoHotKey v1 to v2 in VS
I am thinking about writing a book on Python scripting. I started to tinker with Text To Speech from PDF with python scripts and then looked at reversing the process from Speech to Text. There was a video on it so I found one and fossiked on my mobile for an Audi Recorder to create
This video is a follow on from:Python Future prices, WITS API & My Electricity Bill-https://youtu.be/ZkVWFVpS9wEPython Remote Trigger from subdomain on Website -https://youtu.be/tJwL5M_wGvMPython Live Transit Data on Map on Web Subdomain -https://youtu.be/Lt4LdtpVTfg Objective of project I wanted to show dynamic chart of electricity prices on a webpage and be able to update the data as required.I