Showing 26 open source projects for "sudoku python tkinter"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 1
    pyTermTk

    pyTermTk

    Python Terminal Toolkit - a Spiced Up TUI Library

    pyTermTk is a Text-based user interface library (TUI). Evolved from the discontinued project pyCuT and inspired by a mix of Qt5, GTK, and tkinter API definition with a touch of personal interpretation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Sudoku Maker is a generator for Sudoku number puzzles. It uses a genetic algorithm internally, so it can serve as an introduction to genetic algorithms. The generated Sudokus are usually very hard to solve -- good for getting rid of a Sudoku addiction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PAGE
    PAGE is a drag-and-drop GUI generator for Python and Tkinter which generates Python modules that display a relatively simple GUI constructed from Tk and Ttk widget sets using the Place Geometry Manager. PAGE supports the construction of multiple toplevel GUI's. PAGE is a cross-platform tool running on any OS that has a current version of Python installed. PAGE output requires only Python Tkinter and runs on Linux, Unix, Windows, OS X, and even Rasperian. Version 8 is a major release...
    Leader badge
    Downloads: 575 This Week
    Last Update:
    See Project
  • 4
    A toolkit for building high-level compound widgets in Python using the Tkinter module. It contains a set of flexible and extensible megawidgets, including notebooks, comboboxes, selection widgets, paned widgets, scrolled widgets and dialog windows. Python megawidgets is Python 3 compatible through the Pmw 2 download. Pmw 1 is destined for Python 2. Both are now accessible through the new pypi compatible package (credits for which go to Andy Robinson and the team at ReportLab).
    Downloads: 4 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    IdleX - IDLE Extensions for Python
    A collection of extensions for Python's IDLE, the Python IDE built with the tkinter GUI toolkit.
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 6
    CEF Python

    CEF Python

    Python bindings for the Chromium Embedded Framework (CEF)

    Python bindings for the Chromium Embedded Framework (CEF). CEF Python is an open source project founded by Czarek Tomczak in 2012 to provide Python bindings for the Chromium Embedded Framework (CEF). The Chromium project focuses mainly on Google Chrome application development while CEF focuses on facilitating embedded browser use cases in third-party applications. Lots of applications use CEF control, there are more than 100 million CEF instances installed around the world. There are numerous...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Easy Beginner's Environment in QT

    Easy Beginner's Environment in QT

    This is a port of the ebe programming environment to QT.

    The ebe programming environment is a nice IDE designed for developing Assembly programs. It also handles C and C++ programs as well since there was not much extra effort. It used to support Fortran and this could return if people want Fortran. This project is an effort to recode ebe using C++ and QT. Originally ebe was coded using Python, Tkinter and Pmw, which worked out pretty well. The QT environment offers substantially better GUI controls. The most obvious difference is that Python...
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 8
    tkcalendar

    tkcalendar

    Calendar widget for Tkinter

    tkcalendar is a python module that provides the Calendar and DateEntry widgets for Tkinter. The DateEntry widget is similar to a Combobox, but the drop-down is not a list but a Calendar to select a date. tkcalendar is compatible with both Python 2 and Python 3. It support all locale settings supported by the system and the colors are customizable.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    pytkapp

    Python package for develop an SDI/MDI application and set of widgets.

    =========== pytkapp =========== Python package for develop an application that provide multi-documents/single-document interface with using of tkinter library and set of additional tkinter widgets. See available demos: pytkapp/demo/run_ptaoptionsdemo.py - run GUI demo for option's container (available widgets, rules) pytkapp/demo/run_ptamdidemo.py - run demo of MDI application pytkapp/demo/run_ptasdidemo.py - run demo of SDI application pytkapp/demo/run_tkwbasicdemo.py...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10
    tkColorPicker

    tkColorPicker

    Color picker dialog for Tkinter, alternative to tkinter.colorchooser

    The tkcolorpicker module contains a `ColorPicker` class which implements the color picker dialog and an `askcolor` function that displays the color picker and returns the chosen color in RGB and HTML formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Examples.Python

    Examples.Python

    Shows how to use tkinter only by programming code (Python).

    Examples Python shows how to use tkinter only by programming code (Python). * Github repository : https://github.com/gammasoft71/Examples.Python * Homepage : https://gammasoft71.wixsite.com/gammasoft/python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    tkFontChooser

    tkFontChooser

    Simple font chooser dialog for tkinter

    A simple font chooser for Tkinter that allow the user to select the font family among the fonts available on his/her system. The size and style (bold, italic, underline, strikethrough) of the text can be set too. This module contains a `FontChooser` class which implements the font chooser and an `askfont` function that displays the font chooser and returns the chosen font when the user closes the font chooser. The font is returned as a dictionary like the one returned...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    TkinterTreectrl

    A Python wrapper for the tktreectrl widget.

    The TkTreectrl module wraps the treectrl tk extension for use with Python/Tkinter.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    TkinterDnD

    Python wrapper module for tkdnd

    TkinterDnD is a python wrapper for George Petasis' tkDnD Tk extension. tkDnD adds native drag and drop support for windows and (yet partially) unix and Mac OSX to Tk. TkinterDnD makes this functionality available for Python/Tkinter.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 15
    StoryText (formerly PyUseCase) is an unconventional GUI testing tool, with support for PyGTK, Tkinter, wxPython, Swing, SWT and Eclipse RCP. Instead of recording GUI mechanics directly, it asks the user for descriptive names and hence builds up a "domain language" along with a "UI map file" that translates it into the current GUI layout. The point is to reduce coupling, allow very expressive tests, and ensure that GUI changes mean changing the UI map file but not all the tests. Instead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Python Tkinter Extensions

    Python Tkinter Extensions

    Additional Graphical Classes and Widgets for Tkinter/Ttk

    This is a Python package with extensions for Tkinter. It supports both Python 2.7 and Python 3.3. Currently, the project is in version 1.0 of the Production stage. Feel free to fork off the main project or send me possible additions to the package.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17

    PyLoris

    A protocol agnostic application layer denial of service attack.

    PyLoris is a scriptable tool for testing a server's vulnerability to connection exhaustion denial of service (DoS) attacks. PyLoris can utilize SOCKS proxies and SSL connections, and can target protocols such as HTTP, FTP, SMTP, IMAP, and Telnet.
    Leader badge
    Downloads: 145 This Week
    Last Update:
    See Project
  • 18

    pytkmdiapp

    Python package to develop a simple app. with multi-window tk interface

    Python package to develop a simple application with multi-window interface using tkinter library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A tool I designed with tkinter and python 2.6.5 which uses a notebook.py module which can be found here, http://www.multiupload.com/DC5GOKE8T7, and I will be uploading it to the same area as my tool. I'm running out of room to describe it now, enjoy
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    This is a multi-select tree widget for tkinter for python. This is an extension of Gene Cash's Tkinter tree widget (available from http://home.cfl.rr.com/genecash/) which works with python 2.5 as well as Python 3k.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Menu Kit to provide a common pythonic interface to the menu systems of common gui's. Menus built with this kit will work unchanged with Tkinter, Qt4, Gtk an wxPython. An aid for developers and a tool to assist cross gui support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Tkinter Table

    Now hosted on google code.

    A tkinter class that provides basic table functionality. Extend the base class for your own use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An piece of software that helps you creating forms for your webpages. puts the whole from into a table so the HTML is export quite elegant. I programmed it in Python, using Tkinter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The main idea behind tk_happy is to allow a fully "wired" Tkinter application to be quickly created (Tkinter is the python interface to Tk). The users main responsibility is to add logic to the Tkinter framework created by tk_happy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Utilities for event handling in Tkinter. It has currently a function to process events without having to wait for Tkinter to process the event queue, that is: a painless event_generate()
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next