Showing 76 open source projects for "tkinter python 2.7"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 1

    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: 15 This Week
    Last Update:
    See Project
  • 2
    PyCNN

    PyCNN

    Image Processing with Cellular Neural Networks in Python

    Image Processing with Cellular Neural Networks in Python. Cellular Neural Networks (CNN) are a parallel computing paradigm that was first proposed in 1988. Cellular neural networks are similar to neural networks, with the difference that communication is allowed only between neighboring units. Image Processing is one of its applications. CNN processors were designed to perform image processing; specifically, the original application of CNN processors was to perform real-time ultra-high frame...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Django Autocomplete Light

    Django Autocomplete Light

    A fresh approach to autocomplete implementations

    A fresh approach to autocomplete implementations, specially for Django. Python 2.7, 3.4, Django 2.0+ support (Django 1.11 (LTS), is supported until django-autocomplete-light-3.2.10), Django (multiple) choice support, Django (multiple) model choice support, Django generic foreign key support (through django-querysetsequence), Django generic many to many relation support (through django-generic-m2m and django-gm2m). Multiple widget support: select2.js, easy to add more. Creating choices...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Boto3

    Boto3

    AWS SDK for Python

    ...'s 'client' and 'resource' interfaces have dynamically generated classes driven by JSON models that describe AWS APIs. This allows us to provide very fast updates with strong consistency across all supported services. Boto3 was written from the ground up to provide native support in Python versions 2.7+ and 3.4+.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5
    pure python polyfit

    pure python polyfit

    python2/3: compute polyfit (1D, 2D, N-D) without thirdparty libraries

    python2/3: compute polyfit (1D, 2D, N-D) without any thirdparty library like numpy, scipy etc. also can be used for least squares solution computation and for A=QR matrix decomposition. Tested with python 2.7 and 3.4 Consider donating to this project: https://sourceforge.net/p/purepythonpolyfit/donation For a Sample use, refer to the WIKI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pyhrol

    pyhrol

    Bridge between C++ and Python

    Dynamic C++ library for simplification of binding C++ projects to Python. Supports argument overloading. Automatically generates help on method signatures, including default values. Automatically generates list of named parameters. Supports primary Python protocols: Number, Sequence, Mapping, Iterator Protocol. Includes more than 40 code examples. CMake driven. Supports Python 2.x. Does not support Python 3.x (planned). Tested on Linux Ubuntu 13.X 32/64 with Python 2.7.X
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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: 4 This Week
    Last Update:
    See Project
  • 8
    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: 1 This Week
    Last Update:
    See Project
  • 9

    DebuGui - GDB UI

    Easy to use GUI for GDB

    This project attempts to solve a long aching problem of a lack of a simple, yet powerful GUI for GDB. One that handles STL data types and allows easy extensibility. Requires: Python 2.7.x PySide (Qt python bindings: e.g. apt-get install python-pyside)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10

    makeprojects

    Auto generate VS, Codewarrior, Codeblocks, XCode projects

    This tool will scan your directory for source files and then generate a project file for Codeblocks, XCode, Visual Studio, Metrowerks CodeWarrior, FreeScale Codewarrior. It runs on Linux, MacOSX and Windows and can generate the files for any host from any platform. Great care is taken to make sure project file updates change as little as possible to make source control change lists as minimal as possible. This is the main IDE project file generator used by Olde Sküül!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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: 61 This Week
    Last Update:
    See Project
  • 12
    PYC Dissasembler

    PYC Dissasembler

    Disassemble python byte compiled file for python 2.x

    PYC Dissasembler disassemble python byte compiled files (.pyc) into a series of opcodes. It work for every version of python 2 (that use cpython) but must be run with a good interpreter. Ex: you can only disassemble python 2.7 pyc files with a python 2.7 interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Bit operations on integers for Python - fast C implementation of bit extraction, counting, reversal etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    Python IDLE lif (Language include file)
    Python IDLE Language Include File is multi language pack.IDLE is the Python IDE built with the Tkinter GUI toolkit.Coded in 100% pure Python,using the Tkinter GUI toolkit .Works on Windows and Unix. See:http://pythontr.org http://visualpython.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    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: 2 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    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
  • 19
    apt-gui is a graphical front end for the apt package management command line tool. apt-gui was written by Stephen Thorley as a exersize in python tkinter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    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
  • 21
    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
  • 22
    Python Tk Gui Builder allows python programmers to build graphical user interfaces using the included Tkinter (tk) widgets without having to write the source code. They simply point and click on widgets and their options.
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 23
    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: 0 This Week
    Last Update:
    See Project
  • 24
    Out of the box GUI toolkit for PyOpenGL based on its GLUT capabilities. Style is similar to Tkinter and Pmw with some significant differences.
    Downloads: 0 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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.