Skip to main content

Open office documents with Microsoft Office Online

Project description

Open document files from your local file system in the free Microsoft Office Online version on your browser.

What?

The app is primarily a dropbox client. When a document file is opened using the app it uploads the file to your Dropbox and opens it from there using Microsoft Office Online.

Technology

  • Python 3

  • Python 2.7.8 (older version 0.0.2)

  • The superb Dropbox API for python.

How?

The app doesn’t have any permission over your existing Dropbox files. So when you open a document with the app it first uploads the file to its own directory on your Dropbox and then open the file from there using the Microsoft Office online edition.

File Syncing Feature

Once you’ve edited the file in Dropbox the changes are going to be temporarily saved there. The next time you open the same file using this app it will show you the last modified version of the file, meaning if the file was last modified on Dropbox it will open the Dropbox version and sync your local file and vice versa.

Installation

Latest version (Python 3)

For system installation

sudo pip install poom

If Python 3 is not the default interpreter in your system then you must install the package using pip3

sudo pip3 install poom

For installing from github source

git clone https://github.com/redmoses/poom.git
cd poom
# for python2 as the system's default python
sudo python3 setup.py install
# for python3 as the system's default python
sudo python setup.py install

Installing version 0.0.2 (Python 2)

For system installation

sudo pip install poom=0.0.2

Usage

After installing the app, use the following command to open document files

poom /path/to/office/document

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poom-0.0.4.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page