diff --git a/programming/language/python3/python3-pychromecast/actions.py b/programming/language/python3/python3-pychromecast/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-pychromecast/actions.py
@@ -0,0 +1,13 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pythonmodules
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-pychromecast/pspec.xml b/programming/language/python3/python3-pychromecast/pspec.xml
new file mode 100644
index 0000000000..1b0ade14d7
--- /dev/null
+++ b/programming/language/python3/python3-pychromecast/pspec.xml
@@ -0,0 +1,49 @@
+
+
+
+
+ python3-pychromecast
+ https://github.com/balloob/pychromecast
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ MIT
+ library
+ Python3 module to talk to Google Chromecast.
+ python3-pychromecast provides a way to talk with the Google Chromecast.
+ https://github.com/home-assistant-libs/pychromecast/archive/5.2.0.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-pychromecast
+ Python3 module to talk to Google Chromecast.
+
+ python3
+ python3-six
+ python3-requests
+ python3-zeroconf
+ python3-protobuf
+ python3-setuptools
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-pychromecast
+
+
+
+
+
+ 2020-05-19
+ 5.2.0
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-pychromecast/translations.xml b/programming/language/python3/python3-pychromecast/translations.xml
new file mode 100644
index 0000000000..e5d2e4b3e2
--- /dev/null
+++ b/programming/language/python3/python3-pychromecast/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pychromecast
+ YouTube Chromecast APIsi sağlayan python3 bağlayıcısı.
+ python3-pychromecast, Google Chromecast ile konuşmayı sağayan bir python3 kitaplığıdır.
+
+
\ No newline at end of file