Skip to content

An embeddable and accessable solitaire game for Tkinter and Python 3

License

Notifications You must be signed in to change notification settings

Andereoo/TkSolitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TkSolitaire

TkSolitaire is an accessible and embeddable solitaire game application written in Tkinter.

Accessability: TkSolitaire comes bundled with accessibility options, making it easier for the elderly or those with hand injuries to play solitaire. They include:

  • An auto-clicker
  • A game finisher
  • An option to use larger cards

Installation: Windows users can download the installer from the releases page. Alternatively, the TkSolitaire source code can also be downloaded and run using Python on any OS. TkSolitaire can be embedded into a Tkinter app:

from TkSolitaire import SolitareGameFrame
import tkinter as tk

root = tk.Tk()
solitaire_frame = SolitareGameFrame(root)
solitaire_frame.pack(expand=True, fill="both")

root.mainloop()

Screenshots:

Alt text

About

An embeddable and accessable solitaire game for Tkinter and Python 3

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages