Skip to content

Instantly share code, notes, and snippets.

@fattredd
fattredd / passwords.ahk
Last active June 7, 2023 18:04
A basic ahk password manager using Windows Credential Manager
#Requires AutoHotkey v2.0
#SingleInstance Force
SendMode("Input")
SetWorkingDir(A_ScriptDir)
; Manage passwords with the Windows Credential Manager
; Based on work from geek:
; https://www.autohotkey.com/boards/viewtopic.php?f=83&t=116285
#!/usr/bin/python
# -*- coding: utf-8 -*-
'''
This is a little script to download every song from every playlist
if your Google Play Music account. Songs are organized as follows:
<playlist>/<artist>/<album>/<song>.mp3
I Highly recomend putting this file in your %USER%\Music folder
before running.