Search Results for "python text editor" - Page 83

Showing 3370 open source projects for "python text editor"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    eFTE is a lightweight, extendable, folding text editor geared toward the programmer. eFTE is a fork of FTE with goals of taking FTE to the next step, hence, Enhanced FTE. The upstream for the source code is on GitHub as of September 2015.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Int_Conf_Edit

    GTK+ text editor & directory viewer, for modifying files.

    GTK+ text editor & directory viewer, for modifying files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FiatLux

    FiatLux

    FiatLux is a programmer's text editor written with wxWidgets

    FiatLux is a programmer's text editor written in C++ and wxWidgets. Can be extend with lua.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gPDFText is a text editor for GTK+ that opens PDF documents for ebook readers, converts the text contents into plain ASCII text, restores the original paragraphs and removes unwanted line breaks to allow easier zooming on the reader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 5
    Poedit

    Poedit

    Translations Editor

    ************************************************************ THIS PROJECT MOVED. DO NOT DOWNLOAD OLD VERSIONS FROM HERE See http://poedit.net/download for the latest & greatest. ************************************************************
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    M30W

    M30W

    M30W is a program designed to help create Scratch projects quickly.

    M30W is a program designed to allow fast developing of Scratch projects. It uses a unique text syntax to allow typing of blocks rather than laggy dragging them around.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Z spatial correction

    A PERL script to perform spatial corrections on plate scores.

    This script takes an input table with the following format: plate <tab> row <tab> column <tab> ORF <tab> score <tab> score etc... as many scores as you like. Please include column headings in the first row, particularly if you have many scores. Please ensure that you have saved the input table using a text editor that uses standard line breaks. Note that saving the file from excel often does not have standard line breaks. The first column heading must be the word "plate" (case not important), otherwise the heading won't be recognised There can be any number of plates, and each plate can have any number of rows and columns. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JAndEditor

    JAndEditor

    A simple text editor using java swing

    A simple text editor using java swing. This editor can be easily added to a JPanel or a JFrame. With this editor you can - Cut, Copy, and Paste - Select part of the text ... moreover you can change - Font family - Font Style (bold, underline, italic and strikethrough) - Text size - Text color
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    STE - Simple Text Editor

    A simple but full of functions text editor

    STE is meant to be a simple text editor, as the Windows Notepad, but "on steroid", that's to say it has to be richer in functionalities than the other text editors. At the moment, it's very poor. I need help in developing functionalities such as syntax highlighting (referred to many programming language syntaxes) and every logic thing one can think. So feel free to download the source, try and develop for yourself and, if you want, share your progresses with me and be inserted inside the "development team" and help me with the development of the application.
    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
  • 10
    Autotoolset is both a colection of small tools (scripts, emacs macros, etc.) to simplify project development with autoconf/automake/libtool/texinfo/emacs and a good documentation on how to get started on these tools and the whole GNU software model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Slength

    returns the length of user supplied strings

    I wrote Slength while working on my SQL Final project--you see, in an SQL database when you want to store a string of text in a field you have to declare the field's type as a varchar and give it a maximum length; I wrote slength to help me figure out how long I would need to set any given varchar field. Slength was originally written in Perl, then rewritten in Python, and is now currently developed in Ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    devScrib

    devScrib

    A very useful script editor for .bat and .sh files

    This application is intended for script editing but it can also be used as an text editor. Very colorful and cool looking. Create your scripts and edit text with this good looking app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Enigmatic CGI pastebin
    Simple CGI script which allows you to transfer sensitive ascii data (passwords, hashes, pem keys) via HTTPS. SSL MUST BE implemented by webserver. Algorithm: - Paste new data into textarea, submit. You get link Link consists of three md5 hashes from salt. File, containing your data, named that way. So, it is hard to bruteforce links/files. - Whenever link being opened, script reads file and prints its content into brower in text/plain content-type. Afterthat, script removes file. So...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mini Text Editor

    Mini Text Editor

    Mini Text Editor is a small application which is used to type things.

    Mini Text Editor is a small text editor that is in major progress. It was made with Java and took a while to make all the things included in it. Hopefully you enjoy the test versions, alpha versions, and beta versions! And if there is a problem with it, then just contact me @ cjaf.microcode@outlook.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sentence Parser for Python
    This is a code for the sentence parsing that does its job properly and FAST. The main problem is that you really need a database of abbreviations so that phrases such as "Dr. Smith" are not calculated as 2 sentences, which means that the good parser must be language dependent. I am also providing a list of all English abbreviations with the code. You can always tweak the code to get a nicer output, but the main idea is still there, and completed with this little program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Simplified Text Editor

    "INTUITIVE & POWERFUL" CLI Text Editor.

    "INTUITIVE & POWERFUL" CLI Text Editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Ancient world of Generica 2: the final

    final version of a text rpg, first complex python project

    Includes source code and 64 bit windows executable, uses standard library. Feel free to use algorithms or employ the structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    zpad
    The open source text editor!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Dvipdfm tool for SCons

    SCons tool to cooperate with dvipdfm program

    SCons is a make replacement providing a range of enhanced features such as automated dependency generation and built in compilation cache support. SCons rule sets are Python scripts so as well as the features it provides itself SCons allows you to use the full power of Python to control compilation. This is a SCons extension (tool) which enables usage of the dvipdfm program to convert dvi files to pdf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    pyVenture

    McMaster CAS Outreach Project For Children

    Designed as a framework to teach middle school and high school aged children about programming in python by allowing them to make their own game. There contains a main file called pyVenture.py which when run will play the game that has been created in the pyVenture.py file. It is a simple text based game (like zork...ish) that allows users to traverse through different rooms they create. At the conclusion of the game (which is designed to be a mystery) they get to ask the player a question. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Free Themer

    Linux software to graphically develop themes for CMS's

    This Linux software will allow users to graphically create themes/skins and them export them to various CMS's, allowing for multiple software to share the same skin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OSS Language tool. Text, audio, & image prompts, for questions & answers. Multiple audio clips and images for each "challenge" (word, phrase, etc) to keep you guessing! Word & Lesson editor included so you can make your own lesson plans. Export & s
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PyFindReplace

    A simple GUI to find and replace text in MS Office docs

    A simple GUI to find and replace text in MS Office documents written in Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FJMovieEditor

    FJMovieEditor

    A complete movie editor for animations and special effects

    This is a video editor for compositing and special effects.This editor is designed to create special effects and animations. But for editing video sequences, and basic effects as well. This editor is done so that all (or almost all) the effects can be animated. This project was not abandoned, but it is temporally inactive, will be reactivated soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Scribo

    Scribo

    Editor txt fajlova sa osnovnim funkcijama editora.

    Scribo je mali editor txt fajlova sa osnovnim funkcijama editora. Napisan je u programskom jeziku Java SE 7. Pored osnovnih funkcija editora, pruza i alat za konverziju latinice u cirilicu i obrnuto. Ovaj mali program je napisan od strane pocetnika bez profesionalnog iskustva sa zeljom da prezentuje svoj rad u cilju nastavka ucenja i daljeg poboljsanja. Scribo is a small txt files editor with basic editor functions. It is written in Java SE 7. Besides basic editor functions it provides a...
    Downloads: 0 This Week
    Last Update:
    See Project