Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: tomislater/RandomWords

Add Min Letter Count Feature

27 Aug 11:41

Choose a tag to compare

v0.4.0

fix readme again

Fix the mess with versions (nothing new here)

20 Jun 12:41

Choose a tag to compare

v0.3.0

fix the mess with versions

Small fixes

20 Jun 12:35

Choose a tag to compare

Use dirname instead of split

os.path.dirname() is identical to os.path.split()[0] see: https://docs.python.org/3/library/os.path.html#os.path.dirname

Update for travis

20 Jun 12:30
a47bf0e

Choose a tag to compare

Support for new pythons (#9)

* bump version

* add 3.7 and 3.8 to travis

* remove support for 3.3

* add test for checking if letter is a string