Skip to content

eliasdorneles/usolitaire

Repository files navigation

usolitaire

image

image

Play solitaire in your terminal.

Point and click to move cards, or use the keyboard shortcuts.

Install with:

pip install usolitaire

Run with:

usolitaire

To run from sources, you can run with:

python -m usolitaire.app

image

  • Free software: MIT license

History

I built the first version of this app in 2017 using the urwid library, while I was attending Recurse Center.

In 2023, after attending Europython and learning the Textual framework, which solved all the gripes I had with urwid before, I decided to rewrite it in Textual and added the features that were missing.