dropchat/README.md

31 lines
975 B
Markdown
Raw Normal View History

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
A chat client that uses shared folders to Dropbox.
Made using python 3 and Tk interface.
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
Write a message in the text box and press return to enter it in the file.
Once written, the file is synced with Dropbox so that others can respond.
2013-02-15 19:28:32 +01:00
2014-01-17 15:27:08 +01:00
Recent files are listed in the sidebar and on the last used is reopened at startup.
To permanently delete a file, simply move it to the trash while to remove the reference from the 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:
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
http://www.gnu.org/licenses/gpl.html