Search Results for "pycharm for windows 32 bit python" - Page 2

Showing 44 open source projects for "pycharm for windows 32 bit python"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Image-converter

    Image-converter

    Image format converter

    image-converter Latest version: 0.3 This is a command line utility used for converting image format to any other available image formats on windows platforms. Currently supported types: png, jpg, tiff, bmp, ... Basic usage: > image-converter.exe -i INPUT -o OUTPUT or > image-converter.exe --input INPUT --ouput OUTPUT Single image example: > image-converter.exe -i input_image.jpg -o output_image.png Batch images example: > python image-converter.exe -b -e png -i...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ECS:Python

    ECS:Python

    Light-weight C++ library for embedding Python into C++

    ECS:Python (Embedded C++ Scripting with Python) is a simple Python wrapper library designed specifically for C++ developers who wish to add Python scripting to their new / existing C++ projects. ECS:Python allows you to expose objects from a C++ application to an embedded Python interpreter for interactive scripting. ECS:Python is light-weight and easy to use. To get started all you need to do from your project is #include "EcsPython.h", and link to the EcsPython library. Included with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    autocrc uses 32-bit CRC-sums to verify the integrity of files. The CRC-sums are parsed both from filenames and from sfv-files. autocrc can perform CRC-checks recursively. After it's done it prints a summary of the result.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    PyGObject for Windows

    PyGObject for Windows

    All-In-One PyGI/PyGObject for Windows Installer

    Cross-platform python dynamic bindings of GObject-based libraries for Windows 32-bit and 64-bit.
    Downloads: 26 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
    Marslo's vim-w64

    Marslo's vim-w64

    Compiled by Marslo.Jiao@China

    vim-w64 -- 64-Bit vim.exe and gvim.exe for MS Windows * PURPOSE I took long time to search the 64-bit vim for MS-Windows for long time. Unfortunately, there's no such one I want to use. Then I decided to compile by myself. This is a consistent project. You can find any individual version since 7.4.1263 from this project. The version lower than 7.4.1263 can be found at https://sourceforge.net/projects/marslosvimgvim. They all 32-bit binaries. * USAGES 1 [optional] Bakcup...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    1C Service Kit

    1C Service Kit

    Пакетная обработка баз 1С

    Программа для пакетного архивирования, обновления (в дальнейшем обслуживания, проверок, восстановления и прочего) баз данных 1С. Предназначена для использования как стационарного, так и портативного использования. Поддержка windows 2k/XP/Vista/7/8/10 (32/64 bit), платформы 1С 8.2, 8.3. ВНИМАНИЕ! Если возникают какие-либо ошибки то установите Microsoft Visual C++ 2010 https://www.microsoft.com/ru-ru/download/details.aspx?id=5555 и запускайте программу от имени администратора.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    MineSweeper Pygame

    Simple minesweeper game in python

    project created on: 2013.05.25 bitbucket repo: http://bit.ly/pyminesweeper_bitbucket Simple minesweeper game in python CONTROLS: Right Click - "flag" the box; also start next game Left Click - reveal empty box(es) or mine Based on the game "Memory Puzzle" from pygame tutorial http://inventwithpython.com/pygame/chapter3.html UPDATE 1.2 (05.11.2015): Major code refactoring UPDATE 1.3 (06.09.2015): Bugfixes; Minor code refactoring # README # In order to run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    CompE Toolkit

    Data Type Converter

    CompE Toolkit allows the user to seamlessly convert between binary, decimal, hexadecimal, and 32-bit floating point representation. It uses a simple, user-friendly interface designed for maximum efficiency and minimal clutter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Core Analyzer

    Core Analyzer

    A power tool to debug core dump, memory corruption, optimized code.

    The project is now hosted on github: https://github.com/yanqi27/core_analyzer.git Core analyzer is a power tool to debug memory issues. With ever increasing complexity and dataset size of application programs, it is very challenging to find the root cause of a memory bug. Programmers often use debugger to go through many contexts or data objects in order to hunt down a suspicious variable or object. However, the task is boring, prone to error and usually fruitless. By parsing a core dump...
    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

    capstone

    Capstone disassembly engine

    Multiple-arch, multiple-platform disassembly engine with advanced features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    MinGW-builds

    Dual-target (32 & 64-bit) MinGW-W64 compilers for 32 & 64-bit Windows

    Projects joined MinGW-W64, and the new builds will be available on the MinGW-W64 site: https://sourceforge.net/projects/mingw-w64
    Leader badge
    Downloads: 167 This Week
    Last Update:
    See Project
  • 12
    snake pygame

    snake pygame

    "snake pygame" is a remake of classic snake game

    Snake pygame is a remake of classic snake game, developed with python and pygame. in this page you can find a tutorial to create the game: http://deasproject.altervista.org/blog/progetto-creiamo-il-nostro-snake-in-python-con-pygame/ for any question you can contact me andrea.deangelis93@gmail.com The game needs of these packages to work: - python 2.7 32 bit(x86 version) -> http://www.python.org/download/releases/2.7.5/ - pygame 1.9.1 for python 2.7 -> http://www.pygame.org/ftp/ -...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

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

    Block Adventure

    A simple 2D platformer, written in python2.7

    Tested on Windows 7 32 and 64-bit versions
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    OxygenOffice Professional(OOOP, O2OP)is an enhanced version of free OpenOffice.org what is a multi-platform office productivity suite.OxygenOffice Professional contains more extras like templates, cliparts, samples, fonts and VBA support. Get 3.2.1
    Downloads: 39 This Week
    Last Update:
    See Project
  • 16
    Python module for creating functions computing the Cyclic Redundancy Check (CRC). Any generating polynomial producing 8, 16, 24, 32, or 64 bit CRCs is allowed. Generated functions can be used in Python or C/C++ source code can be generated.
    Leader badge
    Downloads: 84 This Week
    Last Update:
    See Project
  • 17
    The Fury² Game Creation System is a game development toolkit for the 32-bit Windows platform, designed to allow the creation of complex multimedia software and games with minimal unnecessary effort (i.e. reinventing the wheel.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pure Python library for disassembly of 16-bit and 32-bit opcodes (processor instructions)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Shovel Library

    Simple graphics, keyboard and mouse library with a C interface

    is a collection of ultra-simple routines I've found useful for making small interactive graphics applications. === Functions include === * Window creation * 32-bit RGBA bitmap creation * Fast software based drawing routines (pixels, lines, text etc) * Mouse and keyboard input === Details === * Written in C * Python bindings provided * Permissive BSD licence * Win32 version currently. Linux and Mac planned. === Performance === Running on Windows XP on an Intel Core i3 530 (3.4 GHz): * Putpixel - 31 million per second * Rectangle fill - 11 billion pixels per second * Text render - 11 million characters per second (8 point, fixed width font)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB