Showing 34 open source projects for "cx_freeze python 3.1"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 1
    Llama Recipes

    Llama Recipes

    Scripts for fine-tuning Meta Llama3 with composable FSDP & PEFT method

    The 'llama-recipes' repository is a companion to the Meta Llama models. We support the latest version, Llama 3.1, in this repository. The goal is to provide a scalable library for fine-tuning Meta Llama models, along with some example scripts and notebooks to quickly get started with using the models in a variety of use-cases, including fine-tuning for domain adaptation and building LLM-based applications with Llama and other tools in the LLM ecosystem. The examples here showcase how to run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Django Lifecycle Hooks

    Django Lifecycle Hooks

    Declarative model lifecycle hooks, an alternative to Signals

    This project provides a @hook decorator as well as a base model and mixin to add lifecycle hooks to your Django models. Django's built-in approach to offering lifecycle hooks is Signals. However, my team often finds that Signals introduce unnecessary indirection and are at odds with Django's "fat models" approach. Django Lifecycle Hooks supports Python 3.7, 3.8 and 3.9, Django 2.0.x, 2.1.x, 2.2.x, 3.0.x, 3.1.x, and 3.2.x. For simple cases, you might always want something to happen at a certain...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Django OAuth Toolkit

    Django OAuth Toolkit

    OAuth2 goodies for the Djangonauts!

    ... Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. Your Django app exposes a web API you want to protect with OAuth2 authentication. You need to implement an OAuth2 authorization server to provide tokens management for your infrastructure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sockeye

    Sockeye

    Sequence-to-sequence framework, focused on Neural Machine Translation

    Sockeye is an open-source sequence-to-sequence framework for Neural Machine Translation built on PyTorch. It implements distributed training and optimized inference for state-of-the-art models, powering Amazon Translate and other MT applications. For a quickstart guide to training a standard NMT model on any size of data, see the WMT 2014 English-German tutorial. If you are interested in collaborating or have any questions, please submit a pull request or issue. You can also send questions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5

    Platformer 2D Godot Game

    Test project with a 2D platform game developing in Godot 3.1

    Test project with a 2D platform game developing in Godot 3.1, reusable mechanics for: State Machine, basics AI, Android Games.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6

    pytkapp

    Python package for develop an SDI/MDI application and set of widgets.

    ... - run demo of basic widgets pytkapp/demo/run_tkwtldemo.py - run demo of tablelist-based widgets pytkapp/demo/run_diademo.py - run demo for dialog widgets (selector, xmessage) Notes ========= 1) PyTkApp package was tested on python 2.7, 3.1 2) If you planning to use tablelist-based widgets then you need to download tcl Tablelist package from http://www.nemethi.de/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Django Material

    Django Material

    Material Design for Django

    Material Design for Django. Django web framework solves only technical problems related to the client-server interaction on top of the stateless HTTP protocol. Model-View-Template separation pattern helps to maintain simple CRUD based logic. Viewflow is the library that offers an additional layer of django web framework, allows explicitly specify people's workflow and extracts collaboration logic from django views. Strong python/html code separation. Easy redefinition of particular fields...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    REST framework JWT Auth

    REST framework JWT Auth

    JSON Web Token Authentication support for Django REST Framework

    JSON Web Token Authentication support for Django REST Framework. This package provides JSON Web Token Authentication support for Django REST framework. Unlike some more typical uses of JWTs, this module only generates authentication tokens that will verify the user who is requesting one of your DRF protected API resources. The actual request parameters themselves are not included in the JWT claims which means they are not signed and may be tampered with. You should only expose your API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PyInstaller Extractor

    Extract contents of a Windows executable file created by pyinstaller

    MIGRATED TO GITHUB https://github.com/extremecoders-re/pyinstxtractor This is a python script to extract the contents of a PyInstaller generated Windows executable file. The contents of the pyz file (usually pyc files) present inside the executable are also extracted. The pyc files are made valid so that a python bytecode decompiler will recognise it. Script can run on both python 2.x and 3.x Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported
    Leader badge
    Downloads: 310 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 10
    drf-nested-routers

    drf-nested-routers

    Nested Routers for Django Rest Framework

    This package provides routers and fields to create nested resources in the Django Rest Framework. Nested resources are needed for full REST URL structure, if one resource lives inside another. (optional) If you need hyperlinks for nested relations, you need a custom serializer. There you will inform how to access the parent of the instance being serialized when building the children URL. In order to get started with testing, you will need to install tox. Once installed, you can then run one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 12
    Matlab Toolbox EyeX

    Matlab Toolbox EyeX

    Matlab Toolbox for Tobii EyeX Tracker

    ... Research Methods, 2016 NEWS Want to use the EYEX with Python? Stay tuned... NEWS Using 3D screen? The brand new Release 3.1, contains real 3D calibration procedure!! MEMO Remember to be compliant with the GAZE SDK or the EYEX SDK licence agreement form Tobii! THE TOOLBOX - Documentation - UDP connection - Basic functions for connection and data acquiring - Calibration - Sample code: . saccade . smooth pursuit . vergence
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    gui2exe

    Front End to pack your python scripts into cross platform executables

    This is a frontend mainly for cx_freeze support to the other options will be droped in next release so consider them deprecated. This is a continuation of the original project of same name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    LYMRobot

    基于python+webdriver提供excel和脚本模式自动化测试框架

    1、为什么要写这么个东西? 1.1 为广大软件测试从业者提供入门自动化测试的示例 1.2 为广大软件测试从业者提供一个适用、简洁的自动化测试工具 1.3 让广大软件测试从业者专注业务脚本或业务数据,脱离繁琐的代码 2、你可以做什么? 2.1 可以随意修改源码,进行二次发布,但不可以用于商业用途 2.2 您可以将您新增的代码共享出来给大家 3、作者联系信息 3.1 email: lymking@foxmail.com 3.2 个人站点:http://www.testingunion.com 3.2 QQ群:260407012
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SPython

    a clean Python Editor

    Alpha 1.0 is EXTREMLY unstable. Run doesn't work properly, Open IDLE doesn't work AT ALL. The highlighting lags behind and its laggy to move the window arround when you are not in windowed Mode. SPython (SuperPython) is a fast and clean Python IDE for Windows, Linux and OSX. Its based on my own Tkinter-based Toolkit called "sfxwin". In the first build it only allows you to Code and Run Programs in Python 3. The Code highlighting is dont by pygments. In the next Versions I am going to add...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Wizards of Magic

    Wizards of Magic

    A fun game inspired by the classic Pong

    ... as administrator. ~ Attributions ~ Python 2.7.9 (https://www.python.org/) Sound effects: - http://bit.ly/1r4pLAl (modified) - http://bit.ly/24lu4ED Background: - http://bit.ly/286TkTT (modified) Image editors: - GraphicsGale - GIMP - Piskel Audio editor: - Audacity Third-party modules and libraries: - PIL 1.1.7 (http://bit.ly/1Xmherh) - Pyganim (http://bit.ly/22B74lQ) - Pygame 1.9.1 (http://bit.ly/286WOFG) - cx_Freeze 4.3.4 (http://bit.ly/1VAcBrJ)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    cx_Freeze is a set of utilities for freezing Python scripts into executables using many of the techniques found in Thomas Heller's py2exe, Gordon McMillan's Installer and the Freeze utility that ships with Python itself
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 18
    LightProfiler

    LightProfiler

    Profiler for Oracle extended SQL trace files

    LightProfiler – application for performance analysis of the Oracle databases. It generates detailed resource profile for extended SQL trace files (10046 event), containing information about consuming of response time (by events, by cursors, etc.), data files usage, error analysis (SQL, PL/SQL) and much more. Also it contain tools for additional processing of trace files (extract session data, splitting files) and for management of database's sessions (disconnecting, tracing, monitor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    TabbyLogger

    Live log viewer in tabs written in Python using PySide.

    TabbyLogger Live log viewer in tabs written in Python using PySide. Ready to be compiled to exe by PyInstaller or Cx_freeze. It was created as a helper for working with Openerp logs but it will be useful for anyone who needs to see live log of any application. It is also simple example of handling QT tabs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    cpR Chemical Pathology interface for R

    cpR Chemical Pathology interface for R

    A graphical user interface to R for use in Clinical Chemistry

    This project is a graphical user interface to the R statistical programming language designed for use in Clinical Chemistry. It allows the user to perform Passing Bablok, Deming and Linear Regression and to produce high quality images in any file format for publication. The front end is written in Python 3.3 and PyQt4 and the form was designed using Qt4 Designer. The statistical analysis is written in R. The compiled binary was made with cx_freeze. This software is free and open-source...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Daily_log

    Daily_log

    "Daily_log" is a program which will help you to plan the day.

    Project "Daily_log" - is my small draft of the program "Daily_log".The program is written on Python version 3.1 under the Windows platform. The program "Daily log" designed to help you in planning your tasks for the day, week, month. You can add: - Еvents that you can forget; - Schedule of the day; Also there is a note book. There will be updatings of versions, for completion of features and correction of bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Unofficial EU4 Country Designer

    Country designer for Europa Universalis IV

    This site is deprecated. See https://github.com/ajul/eu4cd for the latest version. Country designer for Paradox Interactive's game Europa Universalis IV. Allows reselection of localization, government, religion, technology group, mercantilism, and most importantly, national ideas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tank Tirade- Operation Annihilation

    Tank Tirade- Operation Annihilation

    a strategy game where you build a base and fight enemies

    a 2-D game created using Python/Pygame and distributed with cx_Freeze. It was inspired by a game I played on paper with my friends when I was in Middle School.The game is in extremely early development. Latest Release: 0.4.1pre_alpha
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PyPong - Python Pong

    PyPong - Python Pong

    Pong written in Python

    Pong written in Python, build with PyGame and compiled with cx_freeze
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PyProxySwitch

    PyProxySwitch

    一个跨平台代理切换程序,基于Python

    一个跨平台代理切换程序,基于Python。把浏览器等程序的代理设置为127.0.0.1:8888,就可以系统托盘菜单形式进行快速代理切换。支持批量添加删除代理。源码版运行需Python2.6+/3.1和PyQt4。
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next