Download Latest Version sudoku-tk-1.2.1-windows.zip (27.4 MB)
Email in envelope

Get an email when there's a new version of Sudoku-Tk

Home / 1.0
Name Modified Size InfoDownloads / Week
Parent folder
Sudoku-Tk-1.0-windows.7z 2016-04-13 9.9 MB
Sudoku-Tk-1.0-source-code.tar.gz 2016-04-13 78.0 kB
README.txt 2016-04-13 2.5 kB
COPYING.txt 2016-04-13 35.1 kB
Totals: 4 Items   10.1 MB 0
Sudoku-Tk - Sudoku games and puzzle solver
Copyright 2016 Juliette Monsel <j_4321@sfr.fr>

Sudoku-Tk is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Sudoku-Tk is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

------------------------------------------------------------------------

Sudoku-Tk is a software written in Python 3 with a Tk GUI.
It enables you to play sudoku and to solve sudoku puzzles.
You can start from an empty grid, load puzzles or generate them.
You can save the game to continue later.
There is a timer.

--------------------------Windows version-------------------------------

1. Download Sudoku-Tk-1.0-windows.zip

2. Unpack the archive

3. Launch Sudoku-Tk from the shortcut in the folder, it is a
standalone software.

----------------------------Souce code----------------------------------

It should work on any OS provided the dependencies are installed.

1. Prerequisites

This software is based on Python3 and Tkinter interface so you will need
to have them installed to use it. You might need to install some 
additionnal python libraries.

1.1. Windows users

Install Python 3: https://www.python.org/downloads/windows/
Install Pillow: https://pypi.python.org/pypi/Pillow/
Install Numpy: https://pypi.python.org/pypi/numpy

In all cases, be careful to choose the python3 versions
(it won't work with python 2)

1.2. Linux users

Install with your package manager the following packages (names might
slightly change according to the distribution):

Ubuntu/Debian:
- python3-tk
- python3-pil
- python3-pil.imagetk
- python3-numpy

Archlinux:
- tk
- python-pillow
- python-numpy

2. Getting started

Unpack the archive. 

You can directly launch sudoku-tk.py

In Windows, you might need to select 'open with pythonw.exe' (which is in
the file C:\Python3x).

In Linux, you can make WorkHourGlass.py executable or launch it with
$ python3 sudoku-tk.py

You can also install it with
$ python3 setup.py install 

If you have any troubles or comments, don't hesitate to send me an email
at j_4321@sfr.fr
Source: README.txt, updated 2016-04-13