Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1227
| Date | 2014-02-20 23:07 -0300 |
|---|---|
| Subject | Yet Another SWF Parser |
| From | Facundo Batista <facundobatista@gmail.com> |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.7217.1392970541.18130.python-announce-list@python.org> (permalink) |
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 comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
Yet Another SWF Parser Facundo Batista <facundobatista@gmail.com> - 2014-02-20 23:07 -0300
csiph-web