Chat with Dropbox
Go to file
Michele Guerini Rocco f9c37dab91 Improve a bit the translation 2015-02-18 00:38:12 +01:00
.gitignore Commit iniziale 2013-02-15 19:28:32 +01:00
Dropchat.py Fix for pylint errors 2014-05-31 00:31:27 +02:00
README.md Improve a bit the translation 2015-02-18 00:38:12 +01:00
prefs.json Correct default prefs 2014-01-17 15:28:05 +01:00
setup.py English translation 2014-01-17 15:27:08 +01:00

README.md

Dropchat

Chat with Dropbox.

Info

A chat client that uses Dropbox shared folders. Made using python 3 and Tk.

Instructions

First usage:

From the menu bar select:

  • Profile -> "User Name" and enter your name.
  • Conversation -> "New File" or "Open File .." and choose a text file Write a message in the text box and press return to write it in the file. Once written, the file is synced with Dropbox so that others can reply.

Recent files are listed in the sidebar and the last used is reopened at startup. To permanently delete a file, simply move it to the trash while to remove the reference right-click on the file in the sidebar and select "Delete".

Building

A setup is included to convert Dropchat into a binary using py2exe or py2app. Usage:

python setup.py build

License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html