Projects tagged ‘export’ and ‘python’


[9 total ]

2 Users

Generating Excel 97+ files with Python 2.4+ (need decorators), importing Excel 95+ files, support for UNICODE in Excel files, using variety of formatting features and printing options, Excel files and ... [More] OLE2 compound files dumper. No need in Windows/COM. [Less]
Created about 1 year ago.

2 Users
 

A Pure-Python library built as a PDF toolkit. It is capable of: * extracting document information (title, author, ...), * splitting documents page by page, * merging documents page by page, * ... [More] cropping pages, * merging multiple pages into a single page, * encrypting and decrypting PDF files. [Less]
Created about 1 year ago.

2 Users
 

UniConvertor is an universal vector graphics translator. The project uses sK1 engine to convert one format to another. Project has following import filters: CDR, CMX, CDT, CCX, CDRX, AI, CGM, WMF ... [More] , XFIG, SVG, SK, SK1, AFF and export filters: AI, SVG, SK, SK1, CGM, WMF. [Less]
Created over 2 years ago.

0 Users

Simple class for exporting Python data to PHPUsage example #python code export_data = {'a':[1,2,'text', (1.4,2)], 1:'c'} print PhpExport().export(export, var_name='php_variable')reuslt: ... [More] $php_variable = array("a"=>array(1,2,"text",array(1.4,2,),),1=>"c",); ?> [Less]
Created 4 months ago.

0 Users

ERP programlarında (ve diğerlerinde) konuşma ile komut ve veri girişini etkin bir şekilde sağlamak.
Created 12 months ago.

0 Users

A short python script to convert a vCard file (.vcf) of exported Gmail contacts into abook's addressbook format. To export your gmail contacts in vCard format, select Contacts -> Export and choose ... [More] the 3rd export format (vCard). The file will be saved by default as contacts.vcf. Options: --version show program's version number and exit -h, --help show this help message and exit -i INPUTFILE, --inputfile=INPUTFILE The vcf file containing the contacts to convert (default=contacts.vcf) -o OUTPUTFILE, --outputfile=OUTPUTFILE The name of the output file to be generated by this script (default=addressbook) -d, --debug Print debug statements (default=False) -v Print the program version [Less]
Created 9 months ago.

0 Users

At work, our software manuals and supplemental documentation are stored within a trac wiki so that developers and non-developers can access the content. We have the need to export the trac wiki pages ... [More] to static html, word doc and pdf formats. I worked on a quick utility internally that would export static html pages of the wiki content. It was seeded with a root url that acted as the table of contents. A depth was provided that indicated what depth to crawl into within the wiki pages. I ended up not liking my implementation and wanted to try something new, hence this project! I will use this project to hack at a similar solution. note: I will also keep functionality that provides the import into word (preserving links / bookmarks) and exporting to PDF from word. [Less]
Created 4 months ago.

0 Users

sdbexp.py is a small command line utility that exports your SimpleDB data as a python dictionary. Requires: boto library Python 2.5 Tested on Ubuntu, Suse, Gentoo, Centos, and Apple OSX ... [More] (leopard). This project work as expected but is still under development. We take no liability for any data losses. Check your data before removing it from SimpleDB [Less]
Created 12 months ago.

0 Users

iTunes playlists exporter, with m3u associed files, useful for my Nokia n73.
Created 11 months ago.