Search Results for "tkinter for python 3.6" - Page 6

Showing 220 open source projects for "tkinter for python 3.6"

View related business solutions
  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    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
  • 2
    this inventory is developed using python3.2 tkinter, and sqlite3. you can make invoices for a shop using this software. you need python3.2 to run this. no more modules are required since tkinter and sqlite3 were in python3.2 windows package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    TkinterTreectrl

    A Python wrapper for the tktreectrl widget.

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

    pySBOL

    SWIG-Python wrappers for libSBOL

    pySBOL is a SWIG-Python wrapper around libSBOL, a module for reading, writing, and constructing genetic designs according to the standardized specifications of the Synthetic Biology Open Language (SBOL). This page provides binary installers for Windows operating system for Python 2.7 and 3.6. For installation instructions, visit: https://pysbol2.readthedocs.io/en/latest/installation.html For full documentation, visit: https://pysbol2.readthedocs.io/en/latest/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    REST framework JWT Auth

    REST framework JWT Auth

    JSON Web Token Authentication support for Django REST Framework

    JSON Web Token Authentication support for Django REST Framework. This package provides JSON Web Token Authentication support for Django REST framework. Unlike some more typical uses of JWTs, this module only generates authentication tokens that will verify the user who is requesting one of your DRF protected API resources. The actual request parameters themselves are not included in the JWT claims which means they are not signed and may be tampered with. You should only expose your API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TekDS820

    Drive your obsolete Tek oscilloscope remotely with python

    Control a Tek TDS-820 remotely via a GPIB interface using linux-gpib, python, matplotlib and tkinter. The programming manual is used to generate an XML schema which is then used to assist in building extra functionality into the tkinter user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FM2TXT

    FM2TXT

    RtlSdr listen to radio, recognize audio, and writes text file log

    Just log your favorite FM station speech to a text file using rtl-sdr dongle and speech recognition. Cross-platform tool. Follow the README on the download page for Windows installation. https://sourceforge.net/projects/fm2txt-rtlsdr/files/ If you prefer GitHub source, not SF: https://github.com/randaller/fm2txt For those, who want to recognize from soundcard, not from rtl-sdr (this allows to transcribe NFM etc): https://github.com/randaller/souncard2txt
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Neural Network signal recognition rtlsdr

    Neural Network signal recognition rtlsdr

    Deep learning signal classification (recognition) using rtl-sdr dongle

    WARNING: Outdated version here. Everything has been moved to github: https://github.com/randaller/cnn-rtlsdr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    drf-nested-routers

    drf-nested-routers

    Nested Routers for Django Rest Framework

    This package provides routers and fields to create nested resources in the Django Rest Framework. Nested resources are needed for full REST URL structure, if one resource lives inside another. (optional) If you need hyperlinks for nested relations, you need a custom serializer. There you will inform how to access the parent of the instance being serialized when building the children URL. In order to get started with testing, you will need to install tox. Once installed, you can then run one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    Icon Font to PNG

    Icon Font to PNG

    Python script (and library) for exporting icons from icon fonts

    Python script (and library) for easy and simple export of icons from web icon fonts (e.g. Font Awesome, Octicons) as PNG images. The best part is the provided shell script, but you can also use it’s functionality directly in your (probably awesome) Python project. There’s also font-awesome-to-png script for backward compatibility with the first iteration of the concept. You can use IconFont (and IconFontDownloader for that matter) directly inside your Python project. There's no proper...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12

    Windows Spotlight Slideshow Update

    App maintains a slideshow image folder using Windows Spotlight images.

    .... The Slideshow Update app is most useful if it is setup as a Windows startup app but it can also be run manually anytime a refresh is desired. Some of the selection criteria are based on exif-type data imbedded in Spotlight images. The Python Pillow addon is used to extract exif-type data. Tkinter is only used to display an error dialog, if errors occur. If there are no errors, the app runs "silently". Requires a Python 3.x environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    python-port-scanner

    A fast and multithreaded port scanner with GUI that is developed using

    A fast and multi-threaded port scanner built in python. It scans the hosts port and return the open ports within a mean time. The GUI is built with the python's tkinter module.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    OhodO

    OhodO

    OhodO optical marks recogination

    OhodO is optical marks recogination, written by python 3.6, opencv 3, tkinter. work with webcam of the laptop or usb webcam.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    APOD desktop

    APOD desktop

    See the Astronomy Picture of the Day in your desktop!

    [This is not the official application of APOD] APOD desktop is a program that permit see and navigate in the APOD directory of easy and fast form. Official webpage of APOD: https://apod.nasa.gov/apod/astropix.html ---------- ---------- ---------- ---------- ---------- Developed in: Python 3.4 with tkinter GUI Tested on: Windows 10 x64 bits Versions: 0.2 --> 08-02-2017 (actual) 0.1 --> 06-02-2017 Developer: Bryan Casanelli, student of physical civil...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CWOnly

    Python program for sending custom CW macros via serial port

    This is a project I started to learn Python and Tkinter. It all started when I received a PI for Christmas in 2015. Over Christmas breaks I have time away from work to play on projects and I have taken an interest in programming. There are many fine ham radio programs out there. This is just a learning tool. The code was written in Python2.7 and bundled with Pyinstaller. This bundle works for Windows 7 and Windows 10. CWOnly has two screen. The main screen is for operation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SSH Teste
    SSH TESTE v0.1, foi desenvolvido para realizar teste em servidores SSH Free, a idéia e foco foram de apenas criação de uma aplicação destinada a console, porém resolvir fazer uma aplicação orientada a objeto, usando a biblioteca Tkinter do próprio Python. Incluir novas funcionalidade como realizar a verificação da pagina onde se encontra os banco de dados aberto e extração dos dados usando a biblioteca HTML Parser..
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Simple xbm Image Editor

    Simple xbm Image Editor

    XBM images are displayed in actual size and in an enlarged edit grid.

    The Simple xbm Image Editor presents a Tkinter GUI and has the following functions: - Create new .xbm image files and update existing files - Images are displayed in actual size and in an enlarged grid suitable for editing - Toggle the bits of the image edit grid to foreground/background with mouse clicks - Increase or decrease the width and/or height of an image - Rotate an image - Shift an image up, down, left or right - Change the colors in which an image is displayed, although colors...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    Jestoy Simple Inventory

    Simple inventory management using Python 3, Tkinig soter, and SQLite3.

    A simple inventory management using Python 3, Tkinter, and SQLite 3. Inventory management solution for small businesses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Magdalena Budget Planer

    Simple budget planer for daily home expenses.

    A simple program that lets user store all his daily expenses, like rent, groceries, gas etc and makes analyse - percentage comparision from last months, years.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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: 2 This Week
    Last Update:
    See Project
  • 22
    Py Linked Table Manager

    Py Linked Table Manager

    This application is to relink/update/refresh MS Access tables.

    Py Linked Table Manager will help you relink/update/refresh MS Access tables and also supports UNC paths. This application only works on Access 97-2003 and does not work on Access newer than 2003. Supports (mdb, .mda, .mde, .mdw). This application is developed on Python using Tkinter.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    JOCalculator

    Simple Calculator

    A simple calculator made from python 2 & tkinter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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: 3 This Week
    Last Update:
    See Project
  • 25

    JResistor

    Simple resistor calculator

    JResistor is created under Python 2.7 & Tkinter. A simple program for calculating the value of 4 band resistors.
    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.