CodeFree: Make no code a reality.
Project description
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
Source | Official Website of the Source | Core Code | Reference |
---|---|---|---|
Stackoverflow | click | click | click |
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
Projects in Charles_pikachu
- Games: Create interesting games by pure python.
- DecryptLogin: APIs for loginning some websites by using requests.
- Musicdl: A lightweight music downloader written by pure python.
- Videodl: A lightweight video downloader written by pure python.
- Pytools: Some useful tools written by pure python.
- PikachuWeChat: Play WeChat with itchat-uos.
- Pydrawing: Beautify your image or video.
- ImageCompressor: Image compressors written by pure python.
- FreeProxy: Collecting free proxies from internet.
- Paperdl: Search and download paper from specific websites.
- Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
- CodeFree: Make no code a reality.
- DeepLearningToys: Some deep learning toys implemented in pytorch.
- DataAnalysis: Some data analysis projects in charles_pikachu.
- Imagedl: Search and download images from specific websites.
More
WeChat Official Accounts
Charles_pikachu
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codefree-0.1.3.tar.gz
(8.6 kB
view details)
Built Distribution
codefree-0.1.3-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file codefree-0.1.3.tar.gz
.
File metadata
- Download URL: codefree-0.1.3.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.2.0 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcf63aa7062c29afe8e4edbf06e088448e04df6e49e13d813a702b8b3793fbea |
|
MD5 | 19bfb093a5a5b9a977d60dbd07ca862c |
|
BLAKE2b-256 | 78964da320b7be46a3eeded4e9933f0238ef2b2b8c373cee37e1da79ec7ea60f |
File details
Details for the file codefree-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: codefree-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.2.0 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 090ea2ee17c53d6df23b992ce2e1bafb834856d07b819f02d4c419dd1945c118 |
|
MD5 | e05071993215392dea77b1062cf3c30b |
|
BLAKE2b-256 | d460e8683706f70e5ea445f7247036c08eeb4fd3c72bd0ae057fb5c6ba5825a2 |