diff --git a/emoticons.py b/emoticons.py index 5922029..70d9061 100644 --- a/emoticons.py +++ b/emoticons.py @@ -1,5 +1,8 @@ """ Convert smileys ( :) :( etc) to the Unicode character representation + +Dependencies: +pip install future """ import prof diff --git a/paste.py b/paste.py index a94eded..e91e893 100644 --- a/paste.py +++ b/paste.py @@ -1,10 +1,13 @@ """ Paste the contents of the clipboard when in a chat or room window. + +Dependencies: +pip install future +sudo apt-get python-tk (or python3-tk) """ import prof -import sys -import Tkinter as tk +import tkinter as tk def _cmd_paste():