Search Results for "pyscripter python 2" - Page 6

1559 programs for "pyscripter python 2" 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
    PyRadmon Reborn

    PyRadmon Reborn

    PyRadmon, a Python script to use on both Linux and Windows.

    PyRadmon Reborn. This project started after the original programmers quit supporting it. The project now contains support for audio*, has a version that supports two Geiger counters** and a cleaner, more stable code. * = PyAudio is used as library for the audio support. ** = The two counters both run in their own thread. UPDATE-2015-2: * Added timeouts to sockets to prevent crashing of the script. * Updated some comments. UPDATE-2015-1: Since there have been some passed time I...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2

    ViennaCL

    Linear algebra and solver library using CUDA, OpenCL, and OpenMP

    ViennaCL provides high level C++ interfaces for linear algebra routines on CPUs and GPUs using CUDA, OpenCL, and OpenMP. The focus is on generic implementations of iterative solvers often used for large linear systems and simple integration into existing projects.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3

    whereFM

    python file manager script

    A file manager that's not fully functional , written in python 2.7 and is in its early stages. you also need to have Pygtk2.24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Project Angela is a family of ruleset modeling language (RML) interpreter components written in python. It is intended to easily enable RML support for a variety of different simulation engines, game engines and MMO frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5
    MaeBlok

    MaeBlok

    Rapid web development tool for business applications

    You assemble *blocks* in your django template, with each block wired to a tastypie resource, which in turn is mapped to a django model. Each *block* will reside in a dijit ContentPane which you must define in your template. You have a choice of 2 layouts for each *block*, Form or Grid based. Form displays a single record in either a 1, 2 or 3 column layout while Grid displays many rows in a spreadsheet like grid. You can perform edits in place on fields in both layouts. You can define...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    autodiff

    Python class for automatic differentiation

    Python automatic differentiation class for forward mode automatic differentiation using operator overloading and reimplemented math functions. Single and partial derivatives are supported. Supported operators: +, -, *, /, **, +=, -=, *=, /=, **= Available functions: sin, cos, tan, asin, acos, atan, sqrt, exp, log, log10, sinh, cosh, tanh, asinh, acosh, atanh See README file for usage examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    mysql2sqlite

    converts mysql database to sqlite database using php, pdo or exe

    Convert a mysql database to a Sqlite database. Includes two projects : A) A php script B) A windows executable, based on a python script Converts data, indexes and foreign key constraints. About the php script : -don't need a lot of memory -good speed Was projected to use on VDS/VPS. Usage: wget https://sourceforge.net/projects/mysql2sqlite/files/mysql2sqlite/download chmod +x mysql2sqlite ./mysql2sqlite About the Windows executable and the Python script...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    ExSTraCS

    ExSTraCS

    Extended Supervised Tracking and Classifying System

    ... to address problems in epidemiological data mining to identify complex patterns relating predictive attributes in noisy datasets to disease phenotypes of interest. ExSTraCS combines a number of recent advancements into a single algorithmic platform. It can flexibly handle (1) discrete or continuous attributes, (2) missing data, (3) balanced or imbalanced datasets, and (4) binary or many classes. A complete users guide for ExSTraCS is included. Coded in Python 2.7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    dotCODES_Source_Control_for_VS

    dotCODES_Source_Control_for_VS

    The dotCODES Source Control Maintenance Mainframe (SCM2)

    The dotCODES Source Control Maintenance Mainframe for Visual Studio is an administrator console application for developing dotCODES components. Built upon a Python foundation, the program is used to create data center routines (Unix packages) and maintain enterprise cloud services (CGI scripts/Apache) by means of building dotCODES runtimes and deploying them to and from the client server.
    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
  • 10
    Imperialism Remake

    Imperialism Remake

    Downloads for the Imperialism Remake project.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Magdalena Budget Planer

    Simple budget planer for daily home expenses.

    A simple program that lets user store all his daily expenses, like rent, groceries, gas etc and makes analyse - percentage comparision from last months, years.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TEncryptor

    TEncryptor

    Privacy, Security, no one will read your message again with this app

    TEncryptor Open Source app Written in Python3 and PyQt4 Licensed under the MIT License When you encrypt a text file or message The User need to choose 3 things 1- Password 2- The order of the letters 3- Four letter/word with specified order
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pure python polyfit

    pure python polyfit

    python2/3: compute polyfit (1D, 2D, N-D) without thirdparty libraries

    python2/3: compute polyfit (1D, 2D, N-D) without any thirdparty library like numpy, scipy etc. also can be used for least squares solution computation and for A=QR matrix decomposition. Tested with python 2.7 and 3.4 Consider donating to this project: https://sourceforge.net/p/purepythonpolyfit/donation For a Sample use, refer to the WIKI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    pyhrol

    pyhrol

    Bridge between C++ and Python

    Dynamic C++ library for simplification of binding C++ projects to Python. Supports argument overloading. Automatically generates help on method signatures, including default values. Automatically generates list of named parameters. Supports primary Python protocols: Number, Sequence, Mapping, Iterator Protocol. Includes more than 40 code examples. CMake driven. Supports Python 2.x. Does not support Python 3.x (planned). Tested on Linux Ubuntu 13.X 32/64 with Python 2.7.X
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    power-console-admin

    Unix/Linux console admin for PowerDNS server

    Easy to use PowerDNS admin for Unix/Linux console. Work with SQLite3, MySQL, PostgreSQL backend. Easy way to create domain, add/update record data - simultaneously forward and reverse zone. Both IPv4 and IPv6 addresses. In the future maybe with ncurces UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    aimy

    My AI attempt. Yours too, if you like.

    The aimy project is a set of python packages that provide services I consider important in a platform for implementation of a meaningful artificial intelligence. The intention is to steadily add 'service' items that each will increase the base platform's functionality and seamlessly add to the AI's capabilities. BE AWARE: This is EARLY DEVELOPMENT. There's not much here yet, and what's here is likely to change frequently and significantly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Nautic Radio Broadcast Console

    Nautic Radio Broadcast Console

    Internet radio broadcast console / darkice frontend

    ... on many platforms, nor guaranteed to be stable. Minimum system requirements: CPU: 3 GHz pentium 4 or higher (preferably 2+ GHz dualcore), Memory: 1GB RAM or more, Diskspace: 10MB plus enough to record broadcasts in mp3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SICK

    Unix and GNU/Linux terminal IRC client.

    Sick IRC Client, Kid!, or SICK for short, is a small Unix and GNU/Linux IRC client running from the terminal, written in pure Python. The entire project is licensed under the GNU General Public License, version 2. WARNING: SICK is a WIP, don't expect the experience of a complete IRC client yet. We're working on it. Installation instructions can be found at https://github.com/Weloxux/sick/wiki/Installation ANOTHER WARNING: SourceForge doesn't always get the latest updates on time, for some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    That project aims at providing a clean API, and the corresponding C++ implementation, for parsing travel-focused requests (e.g., "washington dc beijing monday r/t +aa -ua 1 week 2 adults 1 dog").
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Vegastrike evolved

    evolution for vegastrike SpaceSim/Combat/Trade game

    Vegastrike is an old open source game , cool but unfinished . And while there is still a community , the project is in orbit in a kinda space cimetery . The game can run under Windows,Linux ,Mac . BUT : It is complicated to work with the original SVN repositery , while the admins aren't reactive . So i decided to create that hub , with a trunk based upon the 0.5.1rc1 of Vegastrike . Let's Vegastrike be evolved , with new goals : _Dynamic Market system , better AI , mission and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Freetel

    Freetel

    Python GUI Chat

    Python GUI Chat, inspired by late 90s chat freetel utilizes sockets, queues, tk. I started this project as a means learn python, so it might not be cleanest code you've ever seen :p ==================== Features: send/receive public messages send/receive private messages ==================== main.py: Chat server. freetel.py: gui client, tk + calls to client.py for sock functions(runs on windows/POSIX oses) client.py: Socket functions (send/recv/send...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    RoopeeLand

    Object-Oriented Simple Text Adventure Set In RoopeeLand

    You have just arrived (by time machine) in RoopeeLand. You're not sure if you are still on the same planet, or even in the same Universe, but so far you feel OK. You can breathe, gravity is the same, and you appear to be in a dark, dense wood. You were wise enough to bring some useful survival stuff in a backpack: your smartphone, a compass, a hunting knife, a coil of rope, a lighter and 4 ration packs. You'll need them!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    BACnet LAN Monitor

    Continuous BACnet/IP LAN monitoring

    This project has two parts, a daemon and a web interface. The daemon listens for BACnet/IP traffic, classifies it, and can send alerts for some types of behavior. The web interface displays summary charts for the information it finds, grouped by the layers of the BACnet/IP stack. The daemon is based on the BACpypes library, the web application is based on the bottle framework, and they communicate via redis. The web interface can take advantage of deamonlogger capture files for additional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    privacyidea

    privacyidea

    two factor authentication management system

    privacyIDEA is a management and authentication system for two factor authentication. You can use OTP tokens, OTP cards, SMS, Smartphone Apps to incorparte the second factor. It can even manage SSH keys and supports Offline OTP. The latest version can manage and enroll user certificates. Its modular design makes it easily enhancable. It runs on Linux. Applications and workflows can be connected to privacyIDEA hence enabling two factor authentication in your system logon, web applications...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Project Interstellar

    Pre alpha of my current Game

    Moved to github: https://github.com/Pixdigit/Project-Interstellar
    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.