P.E.R.C.Y (Processing Engine for Response and Commands for You) is an opensource, voice activated assistant that executes commands that you tell it to (e.g. What’s the weather like). Percy also has its own, fully customizable and sleek user-interface with widgets for the weather, and an animated background and text, that all responds to your commands that you give it.
P.E.R.C.Y uses Python’s voice recognition module with Googles engine to accurately read and respond to what you say
P.E.R.C.Y uses OpenWeatherMap’s free weather API to accurately display the current weather in your location
P.E.R.C.Y uses Python’s Pyttsx3 module with Window’s built in voices to give you spoken responses
P.E.R.C.Y uses PyQt5 for the entire user-interface
This project started out as a personal idea about six months ago, but I took a break to focus on other things. Recently, I picked it back up and rebuilt it with the Python skills I’ve gained since then. At first, I thought about ways to monetize P.E.C.R.Y, but over time it became less about making money and more about learning and gaining experience. That said, if you’d like to support me, you can check out my YouTube and TikTok pages where I post updates. I hope you enjoy P.E.C.R.Y as much as I’ve enjoyed creating it!