Popular recipes by Krystian Rosiński http://code.activestate.com/recipes/users/4182314/2012-09-16T07:50:17-07:00ActiveState Code RecipesSending non-ASCII emails from Python 3 (Python)
2012-09-16T07:50:17-07:00Krystian Rosińskihttp://code.activestate.com/recipes/users/4182314/http://code.activestate.com/recipes/578150-sending-non-ascii-emails-from-python-3/
<p style="color: grey">
Python
recipe 578150
by <a href="/recipes/users/4182314/">Krystian Rosiński</a>
(<a href="/recipes/tags/email/">email</a>, <a href="/recipes/tags/python3/">python3</a>, <a href="/recipes/tags/smtp/">smtp</a>).
Revision 17.
</p>
<p>Simple Python 3 module for sending emails with attachments through an SMTP server.</p>
<p>The module supports non-ASCII characters in sender name, subject, message and file names.</p>
Click counter for Windows (Python)
2012-06-26T18:08:25-07:00Krystian Rosińskihttp://code.activestate.com/recipes/users/4182314/http://code.activestate.com/recipes/578176-click-counter-for-windows/
<p style="color: grey">
Python
recipe 578176
by <a href="/recipes/users/4182314/">Krystian Rosiński</a>
(<a href="/recipes/tags/mouse/">mouse</a>, <a href="/recipes/tags/python/">python</a>).
</p>
<p>Run script from cmd.</p>