Home

Awesome

<div align="center"> <img src="./docs/logo.png" width="600"/> </div> <br />

docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: https://codefree.readthedocs.io/

CodeFree

CodeFree: Make no code a reality.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Support Sources

SourceOfficial Website of the SourceCore CodeReference
Stackoverflowclickclickclick

Install

Pip install

run "pip install codefree"

Source code install

(1) Offline
Step1: git clone https://github.com/CharlesPikachu/codefree.git
Step2: cd codefree -> run "python setup.py install"
(2) Online
run "pip install git+https://github.com/CharlesPikachu/codefree.git@master"

Quick Start

Search Code

from codefree import codefree

engine = codefree.CodeFree(keyword='quick sort')
code = engine(return_code=True)
print(code)

Execute Code

from codefree import codefree

engine = codefree.CodeFree(keyword='quick sort')
lst = [2, 5, 1, 4, 6, 10, 3]
g = {'lst': lst}
engine(return_code=False, globals=g, following_code='result = quickSort(lst)')
print(g['result'])

Screenshot

img

Projects in Charles_pikachu

More

WeChat Official Accounts

Charles_pikachu
img