All Projects → open-scratch → scratch-asset-utils

open-scratch / scratch-asset-utils

Licence: other
scratch2和scratch3素材库爬虫和处理工具

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to scratch-asset-utils

go-docker
Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps
Stars: ✭ 89 (+206.9%)
Mutual labels:  scratch
vim-backscratch
Small scratches for Vim, feels nice
Stars: ✭ 20 (-31.03%)
Mutual labels:  scratch
SRScratchView
A mask imageView class which can be used a scratchView.
Stars: ✭ 52 (+79.31%)
Mutual labels:  scratch
ScratchRadio
Educational software for use with the LimeSDR platform
Stars: ✭ 64 (+120.69%)
Mutual labels:  scratch
lessons
CoderDojo Toronto lessons, worksheets, and exercises. Printable or view online.
Stars: ✭ 23 (-20.69%)
Mutual labels:  scratch
unkillable-scratch
Disallow the *scratch* buffer from being killed
Stars: ✭ 13 (-55.17%)
Mutual labels:  scratch
coro-scratch
A Scratch to Python transpiler that makes extensive use of coroutines
Stars: ✭ 22 (-24.14%)
Mutual labels:  scratch
desktop
TurboWarp as a desktop app
Stars: ✭ 69 (+137.93%)
Mutual labels:  scratch
books
A collection of online books for data science, computer science and coding!
Stars: ✭ 29 (+0%)
Mutual labels:  scratch
vue-scratchable
A Vue.js wrapper component that turns everything into fun scratch cards.
Stars: ✭ 42 (+44.83%)
Mutual labels:  scratch
scratching-forth
A compiler from Forth to Scratch
Stars: ✭ 19 (-34.48%)
Mutual labels:  scratch
caddy-scratch
Caddy server 2.0.0 / 1.0.5 on Docker Scratch, all in 18MB / 35MB
Stars: ✭ 32 (+10.34%)
Mutual labels:  scratch
teaching-open
Scratch少儿编程教学平台,集成Scratch、ScratchJr、Python教学工具。包含课程、班级、作业、权限、赛事、社区等。
Stars: ✭ 202 (+596.55%)
Mutual labels:  scratch
openblock-desktop
Graphic programming software for hardware like: arduino, microbit, esp32, esp8266...
Stars: ✭ 161 (+455.17%)
Mutual labels:  scratch
first-neural-network
Simple neural network implemented from scratch in C++.
Stars: ✭ 17 (-41.38%)
Mutual labels:  scratch
scratch-LN
https://scratch4d.github.io/scratch-LN/
Stars: ✭ 19 (-34.48%)
Mutual labels:  scratch
ScratchVerifier
Verify Scratch accounts as genuine, for use in authorization or identification.
Stars: ✭ 17 (-41.38%)
Mutual labels:  scratch
codes-scratch-crawler
读书笔记《自己动手写网络爬虫》,自己敲的代码。主要记录了网络爬虫的基本实现,网页去重的算法,网页指纹算法,文本信息挖掘
Stars: ✭ 44 (+51.72%)
Mutual labels:  scratch
ScratchImage
A scratchable UIImageView
Stars: ✭ 31 (+6.9%)
Mutual labels:  scratch
gobo.icu
URL Shortener For Scratch
Stars: ✭ 14 (-51.72%)
Mutual labels:  scratch

素材处理工具使用说明

支持背景、造型、声音、角色等素材的一键导入,并自动生成缩略图、更新索引。

环境说明

  • 运行环境 Python 3.x

  • 依赖Pillow,shutil,pysocks

使用说明

  1. 默认使用本项目自带的素材库,或者配置相关路径参数

  2. 执行python scratch2-asset-process.py

  3. 将文件拖入窗口,自动添加本素材,素材名默认为文件名

    将文件夹拖入,则自动处理所有文件

素材格式要求

  • 背景素材

    jpg格式,建议尺寸480x320

  • 造型素材

    png或svg格式

  • 声音素材

    wav格式

  • 角色素材

    sprite2格式

官网素材库爬虫使用说明

用于爬取scratch2和scratch3官方CDN上的素材库

环境说明

  • 运行环境 Python 3.x

  • 依赖requests

使用说明

  • 爬取scratch2素材库

直接执行python scratch2-asset-crawl.py 即可

  • 爬取scratch3素材库

因为国外资源下载太慢,爬虫使用了socks代理,需要替换成自己的代理 将最新的索引文件放到scratch3/json_index文件夹中,运行scratch3-asset-crawl.py 即可

  • 上传至云存储

以七牛云QSunSync客户端为例,配置AK和SK,选择scratch3文件夹,选择目标空间,点击开始同步即可

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].