Giter Site home page Giter Site logo

mabdelwanis / activeexe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chygfm/activeexe

0.0 0.0 0.0 45.83 MB

You have 2 ways to generate a standalone executable python program . Methord1 Use python's AcvtiveEXE component (12.5M) to generate a standalone program for C,python,C#,C++,javascript,Go,Java,vbs...languages' calls. Methord2 config the /py/py.cfg

activeexe's Introduction

Welcome to pyAcvtiveEXE python 3.4 win32 for Windows

You have 2 ways to generate a standalone executable python program .

Method 1 call pyAcvtiveEXE component from other languages Method 2 config the /py/py.cfg, Limited functionality,No input interface,change the the exefile's ico by QIcon Changer or Resource Hacker

Use python's pyAcvtiveEXE component (<15M) to generate a standalone program for C,python,C#,C++,javascript,Go,Java,vbs...languages' calls. pyAcvtiveEXE component is too small,only about 15M,too easy,can call almost python program

###Method 1

:: install pyActiveEXE Component one time for initialization in new machine on windows system. :: pyActiveEXE.exe /r
:: or click pyActiveEXE.exe

:: run demos under text folder Markdown

python 3.4 /2.7

# c sharp#

using pyActive;
 pyActive.py3 py = new pyActive.py3();
MessageBox.Show(py.version());
py.quit();



# vbs#
 
1. run pyActiveEXE.exe /r  or  click pyActiveEXE.exe to  install
2. in  vbs demo code

Dim py,num
Set py= CreateObject("pyActive.py3") 
msgbox (py.eVal(3+6))
py.quit()

:: Uninstall pyActiveEXE Component pyActiveEXE.exe /u

###Method 2

config /py/py.cfg ,change run=1,click pyActiveEXE.exe,OK!

Support or Contact

Github: https://github.com/chygfm/activeExe email:[email protected] web: activeExe

================================================================================================

有2种方法可以生成python的独立运行程序。 方法1 使用其它语言调用pyAcvtiveEXE组件 方法2 修改/py/py.cfg配置文件,能实现简单功能,没有输入界面

使用python的pyAcvtiveEXE组件(<15M)可以生成独立运行程序,以便C,python,C#,C++,javascript,Go,Java,vbs...等语言可以调用。

方法1调用组件

:: 在新的电脑上windows系统上需要初始化pyActiveEXE组件 :: pyActiveEXE.exe /r
:: 或者点击运行 pyActiveEXE.exe

:: 运行test文件夹下面的demo

:: 卸载pyActiveEXE组件 pyActiveEXE.exe /u

方法2修改/py/py.cfg

修改/py/py.cfg配置文件,run=1,点击运行pyActiveEXE.exe

联系

Github: https://github.com/chygfm/activeExe email:[email protected] web: activeExe

activeexe's People

Contributors

chygfm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.