Search Results for "tkinter python 2.7" - Page 7

Showing 257 open source projects for "tkinter python 2.7"

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

    M0Droid

    A malware detection technique

    This is an Android malware detection technique based on system call extraction. The code is written with Python 2.7 and require Android SDK to launch virtual Android device and communicate with it. This program uses correlation coefficient to compare the signature of the app with the dataset (blacklist).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    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
  • 3

    JOCalculator

    Simple Calculator

    A simple calculator made from python 2 & tkinter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Contact Manager Diary

    Contact Manager

    A program written in tkinter / python to handle yours contacts (name, first name, phone number, email and role) Prérequis / prerequisites : Python > 2.5 and tkinter installed
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 5
    SAMoCAD

    SAMoCAD

    Simple CAD program

    SAMoCAD - its program to create simple drawings, partially supports DXF. Main features: - create simple objects (line, arc, circle) - create complex objects (text, dimensions) - edit drawn objects - save drawing to SVG format - output drawing in PostScript format - export/import content DXF files (primitives LINE, CIRCLE, ARC, TEXT, DIMENSION) Program written in Python 2 and use the library Tkinter. Program requires no installation, but you need install Python 2.7 or later on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Islaki Defender

    Missile Command-type game for Linux using Pygame

    IMPORTANT: The cursor is used to aim, the primary firing buttions are 'J', 'K', and 'L'. There is no startup menu as of yet so the game just jumps right in. Islaki defender is a program I wrote a few years ago for python 2.7. I have tried updating for Python3, however pygame does not appear to be compatible just yet. This game is similar to Missile Command however it adds an extra dimension of variability. The name of this program came about when I tried to do a trick-shot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SVNStartCommitHelper

    Useful form to support SVN Commits as an SVN Start-Commit Hook Script

    ...! Thus being annoyed instead of feeling an incentive to deliver high quality descriptions here. The SVNStartCommitHelper is a client side start commit hook script (as a first version written in Python / Tkinter) exactly offering a well-structured form to fill in. The edited content is transformed and forwarded to the SVN commit dialog then. You still have full control on the commit message then. While using the helper you focus on message quality now instead struggling with message structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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
  • 9
    mystic

    mystic

    MyStIc is a free FTP client

    MyStIc is a free FTP gui client developped in python 2.7
    Downloads: 1 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
    effgoogle

    effgoogle

    effgoogle protects your privacy by confusing Google's profile of you.

    ... it more difficult for you to be tracked. There's also an option for effgoogle to make a list of phrases to be searched by harvesting google search suggestions and random titles of Wikipedia pages. Works with python 2.7 under Ubuntu linux, support for different python versions and oses soon to come. effgoogle is completely free and licensed under the Beerware license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PastebinGTK

    PastebinGTK

    Linux desktop client for pastebin.com

    PastebinGTK is a Linux desktop client for the pastebin.com text sharing service (http://pastebin.com/). It is written in Python and uses GTK+ 3 for the GUI. ---- PastebinGTK requires the Python interpreter to run. Development is done using 2.7.x, but it should work with 3.x as well. GTK+ 3 is also required. To run PastebinGTK, open a terminal in the directory containing the files and type "python pastebingtk.py". ---- PastebinGTK is released under the MIT open source license...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    etmTk

    etmTk

    Manage events and tasks using simple text files.

    etm is an acronym for event and task manager. In contrast to most calendar/todo applications, creating items (events, tasks, and so forth) in etm does not require filling out fields in a form. Instead, items are created as free-form text entries using a simple, intuitive format and stored in plain text files. Both a graphic user interface based on Tkinter and a command line interface are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    File based backup 52

    Content Based File level Data Backup in Python

    Content Based File level Data Backup in Python. This is a utility to backup your files. It can do full and incremental backups. It will take a directory as input, and will back up the files in that folder and all sub-folders to the backup destination directory. It can compress each file individually while backing-up. Mirrors the source directory structure under the target directory. Creates 1 archive file for each source file. Even if the backup/restore program or backup database...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Lyric Grabber

    Lyric Grabber

    download and save lyrics

    Lyric Grabber fetches lyrics from the internet and allows you to save them to [Artist] - [Song].txt by default. Lyric Grabber is written in Python3, using the standard library + Tkinter, for cross-platform compatibility and minimal size. The project may be picked back up in the future, but as of now I have no interest in doing so.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PyQt4Mchat

    Python Multicast Chat Tool

    This tool uses Python 2.7 and PyQt4 to realize a multicast chat tool. It works fine in LAN, if you get it work over a router please send me an email.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    pulseagain

    Installing softwares on Windows remote Machine with pulse-again

    Pulse-Again is a graphical user interface written in Python and Tkinter to deploy softwares on a few computers with pulse2 secure agent installed on them. To use it, you need to create a pair of ssh key and you must allow the connexion on the remote computer by exporting your public key in the configuration of pulse2 (ssh) of the remote computer. To do this, you can insert manually your public key in the authorized_keys or use ssh-copy-id. Another point is that you must allow your machine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Super Coco

    Super Coco

    Super Mario Bros python version with custom levels

    ... python (written with 2.7) and pygame. An executable is available for windows. If you spot gameplay discrepancies with the original game, please report them!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pyinstaller Exe Rebuilder

    Pyinstaller Exe Rebuilder

    Recompiles pyinstaller exe files

    Pyinstaller exe rebuilder is a tool to recompile/reverse engineer pyinstaller generated executables without having access to the source code. Python version 2.5, 2.6 and 2.7 are supported. (Note : pyinstaller itself supports python 2.4 to 2.7) Within the software you will find detailed help including a video about how to use the tool.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    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
  • 20
    PTkEI2

    PTkEI2

    The Python/Tk Empire Interface

    ... a flexible, portable, and fast interface. Thanks to the developers, contributors and maintainers of PTkEI. Ptkei 1.18.1 was released on September 07, 2003. I have updated the client so it is compatible with the 4.3.XX Empire Server. PTkEI 2.00.0 is now available! So far, works with Windows7 & Linux with Python 2.7.X. Read the documentation for full details. Includes tool for the visually impaired. Enjoy!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    snake pygame

    snake pygame

    "snake pygame" is a remake of classic snake game

    Snake pygame is a remake of classic snake game, developed with python and pygame. in this page you can find a tutorial to create the game: http://deasproject.altervista.org/blog/progetto-creiamo-il-nostro-snake-in-python-con-pygame/ for any question you can contact me andrea.deangelis93@gmail.com The game needs of these packages to work: - python 2.7 32 bit(x86 version) -> http://www.python.org/download/releases/2.7.5/ - pygame 1.9.1 for python 2.7 -> http://www.pygame.org/ftp...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Easy Equations

    Easy Equations

    Hand Written Equation Creator

    Easy Equations is a utility using which one can write the mathematical equations. The focus of this utility is to provide user friendly access to write mathematical equations which is helpful for students, lecturers, mathematicians and Research persons who prefer using mathematical equations in a document, PowerPoint or web sites. Works on Windows as well as Linux platforms. Software Requirements: JDK 7 or higher. Linux Platform with kernel version 2.7 or higher.(for Linux users).python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    grandPA

    grandPA

    DMX Software,Lichtsteuerung,Moving Light,LED,ArtNet DMX,

    in Entwicklung / in Development ! ! ! Movinglight Steuer Software, für den Robusten Live Einsatz. Die Ich so konzipiere das man eigene Hardware anschließen kann. Und größtenteils nicht mit der Maus bedient werden muss. Tastatur und Midi Pult Einsatzbereich - Disco - Konzert Schow - TV Produktion ;-) Implementiert: - nur ArtNet output (DMX512) - Movinglights (Fixtures) - Kommandozeile - Preset (preset fadetime) - Effecte (sinus,cosinus...) - Programmer (pygame,tkinter,curses...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    BookSnippets

    BookSnippets

    Store book snippets faster!

    This is a simple application where you can add, edit, delete and search for book excerpts. It is created using Python, Tkinter, and Pmw. This is recommended to students who wants to easily search through piles of books by adding any book snippets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Interface CEX.io

    Interface for cex.io

    Python 3.3.2 and tkinter Little interface for cex.io, Get info [last, high, low, volume, bid, ask] Get your balance Place order buy and sell Start bot , auto buy GHS Donation bitcoin : 1E1KUa7ZiVQ5W7KrZnzhACY6VU8ZRAta47
    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.