A program written in Python 3 and PySimpleGUI that copies Lollipop playlists to iPhone.
How to create a PySimpleGUI program


A program written in Python 3 and PySimpleGUI that copies Lollipop playlists to iPhone.

Copy music on Linux to iPhone the easy way with this simple script and Lollipop music player.

If you are wanting to learn Godot and maybe want do more than game development – GUI smart phones apps – here is an example of an app that plays audio.

Reference keyboard for Russian, French, Spanish, and German with English as the base language for language learners.
I don’t do a lot of web development, certainly when I do it’s in PHP running in Apache and not C# ASP in IIS. But recently I had to build some tools in ASP using C# to replace my older Python/Apache site. I am learning as I go; although, I…
Little class in C# and PowerShell that allows you to easily capitalize a user’s name.
There are times when you need a very simply tool to do something rather trivial that needs to be accessible to various users. If it’s simple enough it seems rather silly to stand a server and install Apache to make some simple configuration changes. This is where Flask can shine….
There are better ways to do SQL inserts but sometimes you just want to generate SQL. Maybe? Either way, it shows the use of classes in PowerShell.
If you need a quick and dirty way to get installed software from many Linux servers with minimal effort in Python this might be helpful.
A quick and dirty PowerShell Active Directory ‘AD’ account cleanup script that can be ran as a task in any domain. This program will remove AD accounts older than 90 days that are sitting in a disabled state. Hope it’s useful to someone looking for an example.