2014-01-17 15:27:08 +01:00
|
|
|
# Dropchat
|
2013-02-15 19:28:32 +01:00
|
|
|
|
2014-01-17 15:27:08 +01:00
|
|
|
## Chat with Dropbox.
|
2013-02-15 19:28:32 +01:00
|
|
|
|
|
|
|
|
2014-01-17 15:27:08 +01:00
|
|
|
### Info
|
2015-02-18 00:38:12 +01:00
|
|
|
A chat client that uses Dropbox shared folders.
|
|
|
|
Made using python 3 and Tk.
|
2013-02-15 19:28:32 +01:00
|
|
|
|
2014-01-17 15:27:08 +01:00
|
|
|
### Instructions
|
|
|
|
First usage:
|
2013-02-15 19:28:32 +01:00
|
|
|
|
2014-01-17 15:27:08 +01:00
|
|
|
From the menu bar select:
|
|
|
|
* Profile -> "User Name" and enter your name.
|
|
|
|
* Conversation -> "New File" or "Open File .." and choose a text file
|
2015-02-18 00:38:12 +01:00
|
|
|
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.
|
2013-02-15 19:28:32 +01:00
|
|
|
|
2015-02-18 00:38:12 +01:00
|
|
|
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".
|
2014-01-17 15:27:08 +01:00
|
|
|
|
|
|
|
### Building
|
|
|
|
A setup is included to convert Dropchat into a binary using py2exe or py2app.
|
|
|
|
Usage:
|
2013-02-15 19:28:32 +01:00
|
|
|
|
2014-01-17 15:27:08 +01:00
|
|
|
python setup.py build
|
|
|
|
|
|
|
|
### License
|
|
|
|
Dual licensed under the MIT and GPL licenses:
|
|
|
|
http://www.opensource.org/licenses/mit-license.php
|
2015-02-18 00:38:12 +01:00
|
|
|
http://www.gnu.org/licenses/gpl.html
|