-
Continue reading →: My Introduction
Hi I’m geektechv2. I’m going to write about scratch etc. I will post soon. For now I m signing out!
-
Continue reading →: Microsoft Office 365 Endpoints V2 (Python)The Microsoft Office 365 Endpoints V1 program did a good job of outputting the endpoint data into CSV files, but what if you wanted the URLs outputted for use as a PAC file? A Proxy Auto Configuration file tells a proxy how to handle traffic depending on URL, host or IP.…
-
Continue reading →: Microsoft Office 365 Endpoints V1 (Python)Tonight I’m having a brief look at Microsoft Office 365 Endpoints; https://support.office.com/en-us/article/managing-office-365-endpoints-99cab9d4-ef59-4207-9f2b-3728eb46bf9a?ui=en-US&rs=en-US&ad=US#ID0EACAAA=4._Web_service in my current favourite programming language – Python. My target is to be able to generate the various Endpoint details into an updating PAC or WPAD file. Then I will look at the same in PowerShell. I’ve used the SMTP…
-
Continue reading →: PDF Merge – With GUI V2 (Python)A small change to yesterday’s PDF Merge with GUI. The below now asks the user how many PDFs they want to merge, and then loops through the process until that many PDFs are merged into one PDF. #!/usr/bin/python3 # geektechstuff # libraries to import from tkinter import * from tkinter import…
-
Continue reading →: PDF Merge – With GUI (Python)Yesterday I looked at using the tkinter module of Python to create a file browser GUI , and it has inspired me to relook at the PDF Merge program I did a while back. My first attempt (worked on over a lunch break) at a GUI driven PDF merge program…
-
Continue reading →: File Browser V1 (Python)Currently looking through some of my older projects and seeing if any of my recent Python learning could be used to make them better. Possibly make the PDF merge idea better with some GUI driven fun rather than command line, and building on my previous GUI attempt. To do this…
-
Continue reading →: Sending SMS (Text) Messages (Python)
Following on from my Pollen Count project I wondered if it would be possible to send the same information via SMS (Short Message Service / text message) to a mobile phone. Being a test idea I didn’t want to pay for sending test SMS messages and didn’t want to sign…
-
Continue reading →: Pollen Check V2 (Python) – Or How To Send E-Mail Via PythonYesterday I got V1 on my Pollen Check program running, and in all honesty I managed to complete part 2 last night but didn’t get chance to write a blog post as it was getting late. V2 of the Pollen Check program doesn’t display onscreen the pollen data, instead it…
-
Continue reading →: Pollen Check V1 (Python)My beautiful and amazing wife has challenged me with creating a Python program which checks the pollen count each morning and e-mails it to her. I’ve broken this task up into three parts: 1st part of Python program that gets the pollen count 2nd part of Python program handles the…
-
Continue reading →: Installing Citrix Receiver (Raspberry Pi)Back in May I wrote an entry about installing Citrix Receiver on Mac OS. With my recent (re)interest in the Raspberry Pi I thought about using Citrix Receiver on it. Citrix Receiver allows a device to remote connect to another device (e.g. a Windows server) and offer solutions such as…





You must be logged in to post a comment.