Search Results for "tkinter for python 2.7" - Page 4

Showing 381 open source projects for "tkinter for 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
  • 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
  • 1
    ConvertText

    ConvertText

    ConvertText lets anyone change the case of your text easily.

    ConvertText is a very handy text tool where you can change between cases like Uppercase, Title Case, Random Case, Reverse Text, Backwards Text, Phonetic Alphabet and 1337 (Leet Speak).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    o'scopepy

    Oscilloscope using PC sound card and Python 3

    Version 6 uses a programming paradigm based on workcells which communicate with each other using text based signals. This creates a parallel programming environment with autonomous virtual machines communicating over a peer to peer network. The workcells are instantiated anonymously, therefore all methods and variables are completely private. Tkinter is used for both GUIs and for creating a second event loop used for synchronizing workcell to workcell communication. Three classes, Hub...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Personal Study Planner

    Personal Study Planner

    Python program that create a personalized study plan for your exams.

    # StudyPlanner This is a simple Python program that helps you create a personalized study plan for your exams. It calculates the number of hours and pages you need to study every day to be fully prepared for your exams. # Installation To run the program, you'll need to have Python installed on your computer. You can download it from the official website: https://www.python.org/downloads/ You'll also need to have the following modules installed: * tkinter * datetime...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PySC2

    PySC2

    StarCraft II learning environment

    PySC2 is DeepMind's Python component of the StarCraft II Learning Environment (SC2LE). It exposes Blizzard Entertainment's StarCraft II Machine Learning API as a Python RL Environment. This is a collaboration between DeepMind and Blizzard to develop StarCraft II into a rich environment for RL research. PySC2 provides an interface for RL agents to interact with StarCraft 2, getting observations and sending actions. The easiest way to get PySC2 is to use pip. That will install the pysc2 package...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    SharPyShell

    SharPyShell

    Tiny and obfuscated ASP.NET webshell for C# web applications

    SharPyShell is a tiny and obfuscated ASP.NET web shell that executes commands received by an encrypted channel compiling them in memory at runtime. SharPyShell supports only C# web applications that run on .NET Framework >= 2.0. SharPyShell is a post-exploitation framework written in Python. The main aim of this framework is to provide the penetration tester with a series of tools to ease the post-exploitation phase once exploitation has been successful against an IIS webserver. This tool...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ...式,并且将1.x版本的命令行界面更换为基于tkinter的图像界面,更易于使用。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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: 8 This Week
    Last Update:
    See Project
  • 8
    Spyne

    Spyne

    A transport agnostic sync/async RPC library

    Spyne is a Python RPC toolkit that makes it easy to expose online services that have a well-defined API using multiple protocols and transports. It integrates with popular Python web frameworks as well as libraries like SQLAlchemy to keep your code as DRY as possible. Spyne aims to save the protocol implementers the hassle of implementing their own remote procedure call api and the application programmers the hassle of jumping through hoops just to expose their services using multiple protocols...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    youtube-dl

    youtube-dl

    Download videos from YouTube (and more sites)

    youtube-dl is a command-line program to download videos from YouTube and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platform specific. We also provide a Windows executable that includes Python. youtube-dl should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like. youtube-dl is a powerful, open-source command-line program designed...
    Downloads: 117 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    USBTMC_Explorer

    GUI for interaction with USBTMC connected device.

    Graphical interface for manual interaction with a USBTMC connected instrument. The main purpose is for assistance in developing instrument control software by making it easier to understand how the instrument commands work. Tkinter is used both as a GUI and thread manager. Event handling uses tkinter's 'bind' method by having objects inherit from tkinters Frame class. A helper class, 'ClientManager' is added to allow data transfer along with event notification. To use, download and extract...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Easy Upscale

    Easy Upscale

    A simple image upscaler application using EDSR, ESPCN, FSRCNN, etc.

    This application was made to fulfill the assignment for the Data Structures course. The concept of the application is an application to upgrade/enhance image quality. The main theme is queues, we implement circular queues for pooling/storing a list of images to be upscaled. Gui creation is made manually using the tkinter library. For the upscale process itself, it uses the OpenCV library with a model obtained from open source. Checked using vermin. Minimum required versions: 3.6 Incompatible...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    CEA Simplified

    CEA Simplified

    tkinter wrapper for NASA CEA focused in rocket chemistry explanations

    CEA Simplified is a GUI for a released version of NASA's CEA program from the 1970s. It is similar to the rocketCEA library for python or the ProPEP GUIs in that it attempts to provide an updated tool for using the same underlying software, but it is more focused on being beginner friendly.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    temp manager
    remove the temporary files using Temp manager, and automate the operation (remove the files every 5 seconds). Built with python. Interface : Tkinter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Volume Calculator

    Volume Calculator

    This calculator is to easily calculate the volume of geometric solids

    This calculator is to easily calculate the volume of geometric solids including a Cylinder, Cone, Cuboid, and Sphere. The input values can be given in multiple metric/units: mm, cm, in, and the volume of every shape is calculated differently using different formulas. User can select the desired shape from the Shape drop-down list and the entry fields will automatically configure as per input requirements for each mentioned shape. Application is built using Python programing language (3.10...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    BINPython

    BINPython

    Lightweight and small portable Python, build with pyinstaller

    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    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: 31 This Week
    Last Update:
    See Project
  • 17
    On Screen RGB Detector

    On Screen RGB Detector

    On-Screen RGB (red, blue, green) detector enables on-screen RGB color

    On-Screen RGB (Red, Green, Blue) Detector is an innovative approach that enables on-screen colour detection with few hand gestures. Sometimes you need to know the RGB value of a picture or anything else, then you are in the right place. The On Screen RGB Detector measures the RGB color value of every single pixel on your computer screen live by following the cursor/mouse pointer position along with the pixel coordinates. Application is built using Python programing language (3.10...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Blade Build System

    Blade Build System

    Blade is a powerful build system from Tencent

    An easy-to-use, fast and modern build system for trunk-based development in large-scale mono repo codebase. The code on the master branch is the development version and should be considered as alpha version. Please prefer using the version on the tags in your formal environment. We will release the verified version on the large-scale internal code base to the tag from time to time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BatchTk  (Beta Beta Ver.) Tk for Batch

    BatchTk (Beta Beta Ver.) Tk for Batch

    Tk library for Batch .BAT file like TkInter for Python

    Batch Tk is Tk server for Batch (.BAT) files or in command line Allows to use graphic widgets in Batch (.BAT) files or in command line, like TkInter for Python, but here for Batch. Calling with 'btk init' command Leaving with 'btk tk_exit" command See all examples *********************************************** *!!! DISCLAIMER OF ALL WARRANTIES !!! * Beta Prototype version * Using for test and devel only
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Generatore_Password

    Generatore Password a random ,supportato per ora solo per linux , faci

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    remoteGUI

    µSDX & CWdaemon GUI

    ************************************* UPDATE ******************************* This project has been divided in two parts: - GUI for cw through cwdaemon, with improved specs / customization [CWdaemonGUI] - GUI rig control [Microrig GUI] The packages are ready as .zip folders in the File section. Enjoy :-) ****************************************************************************** "Remote HF Operation" it's now a reality! With this app it's possible to send CW, with CWdaemon,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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: 3 This Week
    Last Update:
    See Project
  • 23
    Showtime

    Showtime

    A Minor Project made in Python using OMDb API and Tkinter for Frontend

    A Minor Project made in Python using Tkinter for frontend which fetches Data about Movies/TV-Series from an Online Database and uses the OMDB REST API and pyImdb to show Information about movies. Github : https://github.com/Cyborg117/Showtime
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    pylatexenc

    pylatexenc

    Simple LaTeX parser providing latex-to-unicode and unicode-to-latex

    Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion. Python 3.4 or 2.7. The library is designed to be as backward-compatible as reasonably possible and is able to run on old Python versions should it be necessary. (Use the setup.py script directly if you have Python 3.7, poetry doesn't seem to work with old Python versions.) The pylatexenc.latexencode module provides a function unicode_to_latex() which converts a Unicode string into LaTeX text and escape sequences...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    SimECosmo

    SimECosmo

    Cosmology, Simulation, Cosmologia, simulador

    Português 🇧🇷🇬🇼🇦🇴🇨🇻🇸🇹🇹🇱🇬🇶🇵🇹 O SimECosmo é um acrônimo em português para (Simulador para o Ensino de Cosmologia). Este é um projeto que possui como objetivo ensinar como os parâmetros comoslógicos afetam na previsão teórica e como tais previsões podem ser comparados com os dados teóricos. ⚠️ É imporante resaltar que para o funcionamento do programa o mesmo deve estar na mesma pasta que a pasta 'Dados' e 'Figuras'. Esta ainda é uma versão beta. Se você encontrar algum erro ou...
    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.