Showing 1915 open source projects for "python text"

View related business solutions
  • 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
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 1
    ASCEND modelling environment
    ASCEND is a modelling environment and solver for large or small systems of non-linear equations, for use in engineering, thermodynamics, chemistry, physics, mathematics and biology. Solvers for both steady and dynamic (NLA & DAE) problems, are provid
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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: 1 This Week
    Last Update:
    See Project
  • 3

    EXEHDA-AD

    Accessing EXEHDA's contextual information from Android devices.

    This work has as central objective the conception of an architecture for the information access from a Context Awareness Service of EXEHDA, from mobile devices. This architecture, named EXEHDA-AD, will be distributed with some software components dedicated to the integration with the EXEHDA services, and others to promote the functionalities to the users of mobile devices. Was selected the Android platform for the development of the mobile part of the EXEHDA-DA software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Multi-format generator for e-books compliant with Distributed Proofreaders and Project Gutenberg guidelines. From a single marked-up text file, outputs are generated for plain text, HTML, and selected e-book reader formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    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
  • 6

    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
  • 7
    A lightning-fast text, html, and xml templating language for Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Nested Editor

    Nested Editor

    Specialized editor for structured documents.

    Nested is a specialized editor focused on creating structured documents such as reports, publications, presentations, books, etc. It is designed to help the user concentrate on writing content without been distracted by format or markup. It offers a rich WYSIWYM interface where the user writes plain text with a lightweight markup language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    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
  • 11

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

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

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

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

    syncScroll

    synchronized scrolling for Sublime Text 2

    ...You'll find out the rest ;) Issues: due to API limitations, it doesn't detect scrolling made via scroll bar. If you use the scroll bar, click on the file to update the scrolling. Help: I'm a total n00b and leaned some python on the way for adding this capability to this cool editor. Please help out any way you can, if possible, code the improvements you'd like and i'll add them here.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Charm is a full-featured, cross-platfom blogging client for LiveJournal, Atom (Movable Type, Blogger), and MetaWeb (WordPress). It is console-based, all-text, and can be used entirely from the command line. It is written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    steganoroute

    steganoroute

    Send steganographed text messages to mtr with fake hops in the network

    Steganoroute is a tool to send steganographed text messages to another computer over the network. The receiver must make a traceroute to the sender using the mtr program (and pressing 'd' once to switch the display mode to the continuous graph). This tool, the sender, creates several fake hops and makes them answer the ICMP packets (or not) to write the letters one by one on the mtr client screen.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Meresco is both an OAI Data Provider and a Service Provider. SourceForge is only used to host the source control (subversion). Sources: http://sources.meresco.org/ Binaries: http://repository.cq2.org/ Mail: http://groups.google.com/group/meresco
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Cyberbit

    Cyberbit

    Visual Cryptography and Bit-Plane Complexity Segmentation in Python

    Hide secret messages in your pictures! Cyberbit lets you transmit a secret message to an intended person in a new manner. The secret message is an 1-bit deep black & white image. The message can contain written text, a drawing, a secret code etc. Using Visual Cryptography the application splits the secret message into two "shadow images" called <<shares>>. Any of the two shares will be embedded into a "normal" image file called by tradition <<vessel>>. You can use a method of hand to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    UpStage
    WE ARE NO LONGER USING SOURCEFORGE. Please visit http://www.upstage.org.nz for the most up-to-date code (v3 to be released january 2014, beta version available November 2013) and information. UpStage is a web-based venue for cyberformance: artists compile digital media in real time to create live theatrical performance for online audiences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Adawat Arabic Text tools

    Adawat Arabic Text tools

    Adawat Arabic Text tools

    Arabic Text tools, like remove Harakats, AutoCorrect, Normalize, Insert Symbols, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    F1RE W1RE

    F1RE W1RE

    A text based game made in Python

    A text based game made in Python. Its about hacking ip adresses(Not Real!). Its a small project with what im just testing and improving my skills
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Gedit "builder" plugin is a plugin for the Gnome Text Editor that allows you to compile source code and then click on the compiler output errors to go to those errors in the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Ancient World Of Generica

    A Current Text combat game transitioning to Dungeon Crawler/Roguelike

    This is a little game i have programmed for a while in python and compiled with pyinstaller. It is a very early alpha with only a few feature to boot in the first internet release version. These include: -Rudimentry Saving and loading -Weapons, armor and potions(but no inventory to store them in as of yet) - A modding interface for the above -Basic Text combat and morale implemented for a basic monster logic - Basic procedural generation for the above -Classes and Races This at the moment only supports 32/64 bit windows, but linux support will be here in the next version Have Fun modding and playing my game! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Horrid'

    Horrid'

    Text based game made in python 3.3

    Horrid' is a text based game made in python 3.3. Right now it's just a fun project, for learning and entertaining myself. I am still learning python for more advanced uses and programming. In future it is going to have UI and advanced text. It is not advanced.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB