Search Results for "python tkinter" - Page 2

Showing 210 open source projects for "python tkinter"

View related business solutions
  • 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
  • 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
  • 1
    ImageRevise

    ImageRevise

    ImageRevise - Effortless Image Resizing & Optimization Tool

    ImageRevise is a streamlined Tkinter-based application that makes image resizing and optimization effortless. With its intuitive interface, you can easily resize images while maintaining the aspect ratio, add custom watermarks with customizable positions, and optimize images for web use by adjusting quality levels. The application also lets you view and remove EXIF metadata, ensuring privacy and reducing file size. Features like multi-threaded image processing keep the app responsive during...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    Elliptical_Controller

    Hardware and software controls for a self powered elliptical machine.

    Hardware and software control of a self powered elliptical machine using an Arduino Nano. Tkinter is used both as a GUI and as a multithreading environment. Programming model is an industrial network with autonomous workcells communicating with each other. Each workcell is instantiated anonymously, maintains its own state and is completely private. Message passing between workcells is done over a virtual network. All control loops are single bit with 16 bit resolution without using analog...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TOPCEE

    TOPCEE

    Python GUI tool for estimating plant CAPEX, OPEX, and profitability

    TOPCEE (Toyese Oyegoke Process Cost & Economic Evaluator) is a GUI-based Python application designed to assist chemical engineers, researchers, and students in evaluating the profitability of chemical/process plants. The app calculates capital and operational expenditures (CAPEX & OPEX) and provides key profitability metrics such as: **ROI (Return on Investment) **IRR (Internal Rate of Return) **NPV (Net Present Value) **Payback Period (Discounted and Non-Discounted) **Benefit...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Email Scraper and Validator
    This is a simple desktop application built with Python and Tkinter that allows users to scrape email addresses from websites and validate them using an external API. It also provides features to save the scraped emails to a database, and export the data to various file formats. 1. Enter a list of website URLs or emails in the input field. 2. Click the Scrape button to scrape email addresses from the provided websites. 3. Click the Validate button to validate the scraped email addresses. 4...
    Downloads: 1 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
    Toadflax

    Toadflax

    graphical front-end for editing/transposing abc music files

    Toadflax is a graphical tool for displaying and editing/manipulating tunes in abc notation. It exists in two forms, Toadflax built using GTK and py_toadflax built using tkinter, the python window toolkit. It allows the user to load in abc music notation files and work on each one independently. The music is displayed on-screen, without needing to use a PostScript interpreter, making it a lightweight notation viewer. The Toadflax program uses a music renderer based on yaps, while py_toadflax...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    workcells

    Object based peer to peer asynchronous communication network.

    A workcell is an anonymously instantiated object which communicates with other similar objects using a message based asynchronous network. This model is base don industrial automation which uses autonomous workcells and simple networking. A star topology is used where all workcells connect to a central hub, also a workcell, which queues and forwards messages between objects. A workcell is derived from a high level Tkinter class like Toplevel, Labelframe or Frame and a Transceiver class...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    translate-gui

    translate-gui

    GUI for translate-shell, the cli tool for quick translation

    GUI for the translate-shell, aims to be easy to use translator and a helpful tool for learning new languages. Most tools do a one way translation from source to target language, do to the reverse involves choosing the source and target languages again. This tool can do a 2 way translation accompanied by speech output of the target language text. Hence it can prove to be an indispensable aid when learning new languages
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    ALMA pyconv

    this is a converter for Python 2 source files

    ... purpose is writing short Tkinter scripts only !) - with or without switched-on identation and with a well built dictionary can be useful for very little projects as a preconverter for pindent.py, using ALMA Python syntax ***********************************
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Funi

    Python script for calculation of deflection of elastic ropes.

    ... of Python, version 1.10. The results may be exported to .csv or .txt files. Gui is provided with tkinter windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10

    py_automata

    Virtual machines communicating over a virtual network.

    By using virtual machines, known as workcells, to communicate with other virtual machines over a virtual network, creating complex event driven programs becomes very simple. For example, the USB port interface is completely autonomous and doesn't have an API. Instead, it interacts with other workcells by receiving three request messages, 'Read', 'Write' and 'Query' and transmitting 'Read' and 'Write' status messages. This is based on the industrial automation programming model where complex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Molecular Weight Calculation

    Molecular Weight Calculation

    Molecular weight calculation is a lightweight desktop application

    ... application icon for desktop use. 🧰 Built With: 1. Python 2. Tkinter (GUI) 📦 Source Includes: 1. Python source code 2. .exe file in a zip folder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    usb-loadcell

    USB loadcell meter using an MCP2210 chip to interface with an HX711

    An MCP2210 chip along with a CD74HC132E quad Nand gate used as glue logic is used to interface with an HX711 load cell amplifier. Python along with the PyUSB library is used for control. Tkinter is used as both a visual interface and thread manager. The program uses workcells which are virtual autonomous machines which communicate over a virtual peer to peer network. This results in a very simple asynchronous event driven program environment. Communication between workcells is done by message...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Data Preprocessing Automate

    Data Preprocessing Automate

    Data Preprocessing Automation: A GUI for easy data cleaning & visualiz

    Data Preprocessing Automation is a Python-based GUI application designed to simplify and automate data preprocessing tasks. It allows users to upload Excel files, automatically handle missing values, remove duplicates, and detect and remove outliers using statistical methods. The application provides data visualization tools, including box plots for distribution analysis and scatter plots for exploring relationships between variables. Users can download the processed data for further analysis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    3D Box rotation

    3D Box rotation

    Simple example of draw and rotate 3D box

    Simple source .java file; .bat for fast re-compile and run; and pre-compiled .jar Java program with example from scratch writed in Notepad++ without Eclipse, etc., How to draw and rotate 3D box most simple way. Rotation speed regulated in simple Loop with 10 ms sleep. Use Java version 8 (OpenJDK 8, OracleJDK 8, OracleJRE 8, ..). Higher versions have an anti-aliasing error in the BufferedImage ( Windows 10 ). Python version with tkinter and math imports. Including calculated faces, moving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    DataPrep

    Python-based data preprocessing tool

    DataPrep v0.2 is a Tkinter-based GUI application/tool designed to assist users in data preprocessing, multicollinearity removal, and feature selection for a wide range of applications in Cheminformatics, Bioinformatics, Data Analysis, Feature Selection, Molecular Modeling, Machine Learning, and Quantitative-structure-property relationship (QSPR) studies. It includes functionality to load, process, and save datasets with support for different preprocessing & multicollinearity removal strategies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    RyuX-Passgen

    RyuX Passgen is an open-source password generator

    RyuX Passgen is an open-source password generator built using Python and Tkinter. It allows users to generate secure passwords with customizable length and stores previously generated passwords in a CSV file for future reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CSVSplitter
    .... - **Detecção Automática de Charset e Separador**: O charset e o separador do arquivo de origem podem ser detectados automaticamente ou especificados manualmente. - **Configuração de Destino Personalizável**: Permite definir charset e separador de destino. - **Formatação de Dados**: Formatação opcional para os padrões BR, EUA, EU e UK, com exemplos para ajudar na escolha do formato desejado. - **Interface Gráfica Intuitiva**: Interface com `Tkinter`, incluindo barra de progresso e log do proc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WM - 574d

    WM - 574d

    WM to create a custom title bar for Tkinter GUI on Windows 10

    A Window Manager for Tkinter On Windows 10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Sezioni

    Python tool for section property evaluation and stress calculation

    This software is a basic tool for section property evaluation and stress calculation, written in python. The section can be imported or input by points and then can be modified moved, rotated etc.. Area and section inertia can be exported. Loads can be applied (multiple load cases can be imported) and the related stresses are calculated by mean of De Saint Venant formulas. Results are plot with selectable color maps. Point results are listed and may be exported. Section can be also input...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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: 5 This Week
    Last Update:
    See Project
  • 21

    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: 1 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    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: 11 This Week
    Last Update:
    See Project
  • 24
    ...式,并且将1.x版本的命令行界面更换为基于tkinter的图像界面,更易于使用。
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    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: 1 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.