Search Results for "python code generator" - Page 15

1269 programs for "python code generator" with 1 filter applied:

  • 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
    Frameprocessor (fp) is a software engineering tool for reusing textual product line artifacts, e.g. code, documentation, tests, requirements or architecture, potentially in XML format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MOTE CSPRNG & Stream Cipher

    MOTE CSPRNG & Stream Cipher

    A family of small-state CSPRNGs and Stream Ciphers

    MOTE is a fast, small-state, cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. MOTE exhibits uniform distribution, mixes extremely rapidly, has no detected bias, and comes in three variants: MOTE8, with an internal state array of 8+4 32-bit words; MOTE16, with an internal state of 16+4 words; and MOTE32 with a 32+4-word state. The former permit seeding with a key of up to 256 or 512 bits, the latter with a 1024-bit key. Reduced to essentials, MOTE is only 5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    NanoCap

    NanoCap

    Carbon Fullerene and Capped Nanotube Generator

    NanoCap is a generic application for the construction of low energy fullerene and capped nanotube structures. It provides an ideal tool to accompany the study of finite carbon molecules using computer simulation. The implementation involves a standalone application which includes a GUI and allows for dynamic visual inspection through 3D rendering. In addition, the NanoCap core libraries can be used in custom Python scripts that enabled the user to produce structures in bulk or to include...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Diggo

    Diggo

    Diggo a 2D version of minecraft made with Pygame!

    New Diggo version is coming soon! Diggo (originally pytcraft) is a 2D version of minecraft to teach kids how to code with Python and have fun! Soon to have a Diggo API! Comes with Pylaunch API!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 5
    DCue

    DCue

    A CLI audio cue file generator which uses the Discogs.com API

    DCue is a command line tool for automatically generating audio cue sheets (.cue files) using the massive release database from Discogs.com to find artist names, track titles, durations and other information via the Discogs API. DCue is equally compatible with Windows and Linux (and probably OS X -- though not officially supported). It has no external dependencies whatsoever. It makes use of some C++11 features where available. Full documentation and information about support and...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6

    wpwd

    Change system password web based

    Change system password web based. This quite simple web form provides a possibility to end users to change their own *NIX account passwords even if interactive logins are not possible, e.g. pure SFTP accounts. Currently this is realized by a bash script with embedded expect code (need expect to be installed) and is also rewritten in python using pyexpect, so that there are no more dependencies, except for a http server. Both versions can be used equally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Source Navigator NG is a source code analysis tool. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees. You can navigate your source code and easily get to declarations or implementations of functions, variables and macros (commonly called "symbols") which helps you discovering and mapping unknown source code for enhancement or maintenance tasks.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 8
    Note: The project has moved to https://github.com/pyhys/minimalmodbus The files available here are very old, download from Github instead. MinimalModbus is an easy-to-use Python module for talking to instruments (slaves) from a computer (master) using the Modbus protocol, and is intended to be running on the master. Example code includes drivers for Eurotherm and Omega process controllers. The only dependence is the pySerial module (also pure Python). This software supports the ‘Modbus...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Instigate Scripting Library
    C++ library that allows to implement TCL, Python (and others in future) embedded scripting API into application by registering C++ functions as TCL/Python commands, and evaluation TCL/Python code from C++ functions.
    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
    microtransat
    A project to host code developed for the Microtransat challenge, a race between autonomous sailing robots. This project is intended for both supporting code such as tracking systems and robot control systems or parts of robot control systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pulse Programmer
    A programmable signal generator and RF synthesizer for scientific experiments, especially quantum computing and quantum information processing. It includes hardware, firmware, software, and documentation, all under an open source license.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 12
    SnowMicroPyn

    SnowMicroPyn

    Python based reader for SnowMicroPen® .pnt measurements

    SnowMicroPyn is an opensource reader for SnowMicroPen® files in binary .pnt format. The reader is Python based and published as source code as well as compiled executable for Windows, Linux and Mac. The software is preliminary, thus please report bugs. For further information, please read the Readme.txt in the download section. The SnowMicroPen® (SMP) is developed by the WSL Institute for Snow and Avalanche Research, Davos. The SMP is the first high-resolution snow penetrometer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mycorecms

    mycorecms

    CMS/CRM/DBMS Site Generator

    MyCoreCMS is a lightweight jQuery driven CMS designed to easily build dynamic relational databases. With MyCoreCMS you can build something as simple as a forum to as complex as a customer relationship management tool tailored to your specific needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Py4J enables Python programs to dynamically access arbitrary Java objects. Methods are called as if the Java objects resided in the Python virtual machine. There is no code to generate and no interface to implement for shared objects on both sides.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    Technical indicators in Python

    Technical indicators in Python

    Technical indicators in Python For now there are: RSI - Relative Strength Index, SMA - Simple Moving Average, WMA - Weighted Moving Average, EMA - Exponential Moving Average, BB - Bollinger Bands, Bollinger Bandwidth, %B, ROC and MA envelopes When I can I will add more. If anyone wishes to contribute with new code or corrections/suggestions, feel free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    YAKINDU Statechart Tools / itemis CREATE
    itemis CREATE - formerly known as Yakindu Statechart Tools (SCT) - is a tool for the specification and development of reactive, event-driven systems with the help of state machines. It consists of an easy-to-use tool for graphical editing and provides validation, simulation and code generators for different target platforms. Visit http://www.statecharts.org for more information! !! YAKINDU SCT HAS MOVED !! DOWNLOAD FROM https://info.itemis.com/download-yakindu-statechart-tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ISC - The ISAAC Stream Cipher

    ISC - The ISAAC Stream Cipher

    ISC lets you encrypt & decrypt text and files of any type up to 4GB

    ISAAC is a cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It was developed by Bob Jenkins from 1993-1996 and placed in the Public Domain. ISAAC is fast - especially when optimised - and portable to most architectures in nearly all programming and scripting languages. After more than 20 years of existence ISAAC has not been broken, and the little program you have here allows you to use it to encrypt and decrypt text of arbitrary length, files of any type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Dia Diagram Editor

    Dia Diagram Editor

    Free drawing software for Windows, Mac OS X, and Linux

    Dia Diagram Editor is free Open Source drawing software for Windows, Mac OS X and Linux. Dia supports more than 30 different diagram types like flowcharts, network diagrams, database models. More than a thousand readymade objects help to draw professional diagrams. Dia can read and write a number of different raster and vector image formats. Software developers and database specialists can use Dia as a CASE tool to generate code skeletons from their drawings. Dia can be scripted and extended...
    Leader badge
    Downloads: 7,242 This Week
    Last Update:
    See Project
  • 19
    Wordpie Python Based Brute Force

    Wordpie Python Based Brute Force

    Python Based Brute Force Password Cracking Assistant By Clownsec

    A python script used to generate all possible password combinations for cracking WAP and other logins or password files. This program is open source. If you see the need to repair or change something by all means do so, but share your findings. *HONK* Usage: wordpie.py [-h] [-o OUTPUT] [-min MIN_SIZE] [-max MAX_SIZE] [-N] [-L] [-U] [-S] [-A] [-v] Generate a wordlist with all possible combinations of letters including: -L (Lowercase Letters) -U (Uppercase Letters) -N (Numbers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Pytonis Universalis - Shmup

    A ridiculously simple spaceship shoot 'em up game written in Python

    Pytonis Universalis (name is still WIP) is a simple shoot 'em up. It is written completely in Python and uses Pygame so the code is as accessible as possible for others to inspect. The idea should be easy enough for anyone to understand: try to avoid running into flying saucers and their laser beams by shooting them down before they shoot you down. Every time you destroy a flying saucer you get points. Points are nice, you want them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Zoozle Search & Download Suchmaschine

    Zoozle Search & Download Suchmaschine

    Zoozle 2008 - 2010 Webpage, Tools and SQL Files

    Download search engine and directory with Rapidshare and Torrent - zoozle Download Suchmaschine All The files that run the World Leading German Download Search Engine in 2010 with 500 000 unique visitors a day - all the tools you need to set up a clone. Code Contains: - PHP Files for zoozle - Perl Crawler for gathering new content to database and all other cool tools i have created https://www.artikelschreiber.com/en/ https://www.unaique.net/en/ https://www.unaique.com/ https...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    SPADE

    SPADE

    A toolkit for developing and deploying protein structure algorithms.

    The Structural Proteomics Application Development Environment is a Python tool kit for developing and deploying bioinformatics applications. Handles graphics, analysis, and modeling of protein sequence and structure. Source and Win installers available. SPADE source code can be cloned from http://www.github.com/deaconjs/SPADE.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    The project has moved and it is now hosted on github.com, and the documentation on readthedocs.org. Please visit the following links: * Source code: https://github.com/SpamExperts/pyzor * New issue tracked: https://github.com/SpamExperts/pyzor/issues * Documentation: http://pyzor.rtfd.org
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Soul is a recursive descent parser generator tool for Windows and Linux that comes with a parsing library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    An IRC Bot With some essential commands for fun and power. This lightweight bot can be adapted to all your needs. Because it is made in python the possibilities are limitless. **This project is not under development, v0.2 is the less-bad code and should be used instead of v0.1**
    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.