Search Results for "flowchart python code generator" - Page 5

Showing 120 open source projects for "flowchart python code generator"

View related business solutions
  • 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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    pyCodeGen is a code generator written in python. This code generator use a xmi, a zargo or zuml file as input. You can use the friendly api to write your own code generator or you can use one already written.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    wxPython/Python screen code generator using a simple XML input format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The ULM.gen project is a framework that help building and customizing source-code generators from a UML model expressed as XML documents, using generation templates. It also provides tools for synchronization with UML modelers such as IBM Rational Rose.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc has been extended to generate Python, Perl and Java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    This tool creates a PHP class to interface to a given database table. The PHP class is a simple relational object mapper. It maps table columns to class attributes. It provides basic CRUD methods as well as utility methods such as CSV import and export.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    As of 2012, the source code is hosted in GitHub https://github.com/tessonec/PySPG PySPG is both, a set of python modules and a program that allows the user to run a program systematically changing the parameters that them receive. Originally conceived to generate parameters for running simulations in computational physics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PWIG is a SWIG extension that allows new language modules to be developed on Python. Includes a PWIG wrapper generator for SWI-Prolog and Logtalk.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Webcomic Archive and News Generator (WANG) is a database driven PHP application built for both aspiring and existing web comics. Written with a focus on security and speed, the code is built to be easy to use for code novices and experts alike.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    pyclashie is a software developed in python to show graphic view of code dependencies in, virtually, any programming language. The idea is to analize directories of source code, and search for class hierarchy and dependencies, writing them to .dot files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Infinite Monkeys is a code generator employing random generation and mutation of code to solve programming problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CheetahWizard is an extension of the Cheetah template engine and code generator. It makes easier the use of Cheetah for the generation of multiple documents from templates in a local environment and provides a Wizard-GUI to fill in necessary information t
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Designed to aid in the conversion of Python modules to C extension modules while keeping the same interface into the module. This will make it easier to convert existing Python code into C code to give it a speed boost without changing to existing code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GLC generates python code with gtk bindings from Glade produced input files. This is a compile time approach to do the same thing as James Henstridge's runtime approach (libglade).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    html-template-generator

    A simple Python script to generate HTML templates

    # Simple HTML Template Generator Simple HTML Template Generator is a basic Python script designed to streamline the creation of HTML templates. Whether you're a web developer needing a quick boilerplate or someone learning HTML and Python, this tool provides an efficient way to generate well-structured HTML files with minimal effort. Features **Easy to Use**: Generate HTML templates with just a few lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    k-almost-prime-generator

    k-almost-prime-generator

    simple k-almost prime numbers factorization analysis in Python 3 "A natural number is called k-almost prime if it has exactly k prime factors, counted with multiplicity." (https://en.wikipedia.org/wiki/Almost_prime) The code was published here: (https://rosettacode.org/wiki/Almost_prime#Python)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    locaton-map

    generator of map for CSV representation of Nuclear Waste Sites on US

    A Python/Folium generator of the geolocalisation map for the CSV representation of Nuclear Waste Sites on US Campuses To make use of this program it is necessary a computer with Python 3 installed, the Folium module, an IDE or a code editor able to run Python, and an internet connection. - Download the files "nuclear_waste_on_campuses.py" and "Nuclear_Waste_Sites_on_US_campuses.csv" to the same directory (folder); - Open and run the .py file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CPyrol

    an alternative interpreter for the Python programming language

    The aim of the CPyrol project is to create a complete Python interpreter written in C++ with minimal system requirements and a very clean codebase. I am working on this project mainly to gather experience with the current C++ standart (C++ 11) and with compiler development, it is not (yet) intended for practical usage. This project is at an early stage of development. Currently implemented is a Lexer, Parser and Code Generator for compiling Python code into CPython-compatible bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PySourceO is a revolutionary source code generator. All that is needed to make a program is to type in what program you want and PySourceO will give you a fully working program that fits your needs. We are creating a new algorithm for PySourceO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Some NLP experiments starting with a tokenization attempt in Python. The code tokenite.py reads a text file "blog1.txt" and tries to tokenize it. The code doesnot work as is, but is almost on the verge of working. Any suggestions will be greatly appreciated. I define a class called text and define methods inside it. The method count defines a generator which I use in the method named t_tok. But if you look closely at 66 to 72 you will see that I am modifying the outer limit of the for loop while in the loop. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    kirk

    Command line HTML5 generator.

    Kirk is essentially a command line tool for locally generating clean HTML code with the help of kirk markup - "kirkup". One could also say that it's a content management system. We'll see once it starts to take form.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB