Tagged articles
3 articles
Page 1 of 1
Tuanzi Tech Team
Tuanzi Tech Team
Apr 12, 2023 · Frontend Development

How to Launch a Desktop App from a Web Page Using Custom URL Protocols

This guide explains how to register a custom URL protocol in Windows, create the necessary registry entries, and use HTML links or clipboard communication to securely launch a desktop application from a web page, including handling success, failure, and fallback download flows.

Client LaunchClipboardJSJavaScript
0 likes · 7 min read
How to Launch a Desktop App from a Web Page Using Custom URL Protocols
Python Crawling & Data Mining
Python Crawling & Data Mining
Oct 18, 2022 · Fundamentals

How to Make Python Speak with a Male Voice Using pyttsx3 and Registry Tweaks

This article walks through troubleshooting the pyttsx3 Python text‑to‑speech library on Windows, explains why only female voices appear by default, shows how to add the missing male “Kangkang” voice via registry edits, and provides complete working code examples for both voice selection and speech synthesis.

Programming tutorialWindows Registrypyttsx3
0 likes · 5 min read
How to Make Python Speak with a Male Voice Using pyttsx3 and Registry Tweaks