diff --git a/programming/language/python/python-imagesize/actions.py b/programming/language/python/python-imagesize/actions.py
new file mode 100755
index 00000000..661334e1
--- /dev/null
+++ b/programming/language/python/python-imagesize/actions.py
@@ -0,0 +1,19 @@
+#!/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 pisitools
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+
+def build():
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+
+ pisitools.dodoc("LICENSE*", "README*")
diff --git a/programming/language/python/python-imagesize/pspec.xml b/programming/language/python/python-imagesize/pspec.xml
new file mode 100755
index 00000000..0027f339
--- /dev/null
+++ b/programming/language/python/python-imagesize/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+
+ python-imagesize
+ https://github.com/shibukawa/imagesize_py
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ BSD
+ library
+ Getting image size from png/jpeg/jpeg2000/gif file.
+ This module analyzes jpeg/jpeg2000/png/gif image header and return image size.
+ https://files.pythonhosted.org/packages/41/f5/3cf63735d54aa9974e544aa25858d8f9670ac5b4da51020bbfc6aaade741/imagesize-1.1.0.tar.gz
+
+ python-devel
+ python-setuptools
+
+
+
+
+ python-imagesize
+
+ python-setuptools
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2019-10-03
+ 1.1.0
+ Version bump
+ idris Kalp
+ idriskalp@gmail.com
+
+
+ 2018-08-15
+ 1.0.0
+ Version Bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
+
+ 2017-01-29
+ 0.7.1
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python/python-imagesize/translations.xml b/programming/language/python/python-imagesize/translations.xml
new file mode 100755
index 00000000..e42a92dd
--- /dev/null
+++ b/programming/language/python/python-imagesize/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-imagesize
+ Png / jpeg / jpeg2000 / gif dosyasından görüntü boyutu elde etme.
+ Bu modül jpeg / jpeg2000 / png / gif resim başlığını ve dönüş resim boyutunu analiz eder.
+
+