Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1227 > unrolled thread
| Started by | Facundo Batista <facundobatista@gmail.com> |
|---|---|
| First post | 2014-02-20 23:07 -0300 |
| Last post | 2014-02-20 23:07 -0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
Yet Another SWF Parser Facundo Batista <facundobatista@gmail.com> - 2014-02-20 23:07 -0300
| From | Facundo Batista <facundobatista@gmail.com> |
|---|---|
| Date | 2014-02-20 23:07 -0300 |
| Subject | Yet Another SWF Parser |
| Message-ID | <mailman.7217.1392970541.18130.python-announce-list@python.org> |
I'm very proud to present Yet Another SWF Parser: "yaswfp", you can
pronounce whatever you like :)
https://github.com/facundobatista/yaswfp
You can use it as command line program or as a module, for example
(slightly truncated for readability):
>>> swf = swfparser.parsefile(<yourSWFfile>)
>>> swf.header
Header(name=Header, FileLength=4228, ...)
>>> len(swf.tags)
365
>>> swf.tags[3]
PlaceObject2(name=PlaceObject2, CharacterId=1, ...)
Any doubt, question, suggestion, or whatever, feel free to open an
issue in github, mail me, or find me in IRC (I'm facundobatista in
Freenode).
Regards,
--
. Facundo
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
Twitter: @facundobatista
Back to top | Article view | comp.lang.python.announce
csiph-web