All Projects → CharlesPikachu → pydrawing

CharlesPikachu / pydrawing

Licence: MIT License
Pydrawing: Beautify your image or video.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pydrawing

pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (-44.44%)
Mutual labels:  drawing
Anondraw
Source code of anondraw.com. An artistic collaboration tool with an infinite canvas.
Stars: ✭ 43 (-46.91%)
Mutual labels:  drawing
petter
Petter – a vector-graphic-based pattern generator.
Stars: ✭ 23 (-71.6%)
Mutual labels:  drawing
ocaml-cairo
Binding to Cairo, a 2D Vector Graphics Library.
Stars: ✭ 39 (-51.85%)
Mutual labels:  drawing
at-the-wall
A Game of Thrones scene coded in pure SCSS and HTML
Stars: ✭ 12 (-85.19%)
Mutual labels:  drawing
drawsvg-editor
Full SVG Editor to be installed as desktop app
Stars: ✭ 19 (-76.54%)
Mutual labels:  drawing
durdraw
Animated Unicode, ANSI and ASCII Art Editor for Linux/Unix/macOS
Stars: ✭ 55 (-32.1%)
Mutual labels:  drawing
react-native-draw
SVG based data-driven React Native drawing component 🎨
Stars: ✭ 41 (-49.38%)
Mutual labels:  drawing
mvt
Draw Mapbox Vector Tiles (MVT) in Go
Stars: ✭ 46 (-43.21%)
Mutual labels:  drawing
idraw
A simple JavaScript framework for Drawing on the web.(一个面向Web绘图的JavaScript框架)
Stars: ✭ 436 (+438.27%)
Mutual labels:  drawing
HoroscopeDrawer
JavaScript-Library to draw celestial charts in SVG-Format.
Stars: ✭ 51 (-37.04%)
Mutual labels:  drawing
Elementa
A simple, declarative GUI library for Minecraft
Stars: ✭ 160 (+97.53%)
Mutual labels:  drawing
vue-draw
Drawing Component for VueJS
Stars: ✭ 26 (-67.9%)
Mutual labels:  drawing
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+3217.28%)
Mutual labels:  drawing
sinus-studio
Draws and animates a 3D spirograph-like curves.
Stars: ✭ 19 (-76.54%)
Mutual labels:  drawing
SwiftUI-Shapes
Commonly Used Shapes and Utilities In SwiftUI
Stars: ✭ 52 (-35.8%)
Mutual labels:  drawing
isometric
A lightweight JavaScript library, written in TypeScript to create isometric projections using SVGs
Stars: ✭ 53 (-34.57%)
Mutual labels:  drawing
cidrawing
A vector graphics library for Android
Stars: ✭ 35 (-56.79%)
Mutual labels:  drawing
SyncPaint
A web app for synchronized group drawing. Draw together with other people in real time.
Stars: ✭ 42 (-48.15%)
Mutual labels:  drawing
svg-path-outline
Create an outline surrounding an SVG path
Stars: ✭ 56 (-30.86%)
Mutual labels:  drawing

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

Documents: https://pydrawing.readthedocs.io/

Pydrawing

Beautify your image or video.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Support List

Beautifier Introduction Related Paper Code in Chinese
glitch click N/A click 信号故障特效
douyineffect click N/A click 抖音特效
characterize click N/A click 视频转字符画
cartoonise click N/A click 图像卡通化
photomosaic click N/A click 拼马赛克图片
beziercurve click N/A click 贝塞尔曲线画画
geneticfittingcircle click N/A click 遗传算法拟合图像-圆形
geneticfittingpolygon click N/A click 遗传算法拟合图像-多边形
nostalgicstyle click N/A click 照片怀旧风格
photocorrection click N/A click 简单的照片矫正
pencildrawing click click click 铅笔素描画
cartoongan click click click 卡通GAN
fastneuralstyletransfer click click click 快速风格迁移
cartoonizeface click click click 人脸卡通化
noteprocessor click click click 手写笔记处理
oilpainting click click click 照片油画化

Install

Preparation

  • ffmpeg: You should set ffmpeg in environment variable.
  • Pytorch: To apply some of the supported beautifiers (e.g., cartoongan), you need to install pytorch and corresponding dependencies following tutorial.

Pip install

run "pip install pydrawing"

Source code install

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

Quick Start

import random
from pydrawing import pydrawing

filepath = 'asserts/dog.jpg'
config = {
    "savedir": "outputs",
    "savename": "output"
}
drawing_client = pydrawing.pydrawing()
drawing_client.execute(filepath, random.choice(drawing_client.getallsupports()), config=config)

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.

More

WeChat Official Accounts

Charles_pikachu
img

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].