# MaixPy_scripts **Repository Path**: limbercode/MaixPy_scripts ## Basic Information - **Project Name**: MaixPy_scripts - **Description**: scripts for MaixPy ~ have a good time~ - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MaixPy Scripts ==== Scripts for [MaixPy](https://github.com/sipeed/MaixPy) ~ have a good time~ Doc of MaixPy: [maixpy.sipeed.com](https://maixpy.sipeed.com) ## Directory Structure | directory | description | | --------- | ----------- | | application | applications integraged to firmware | | basic | basic micropython usage | | demo | more demo, applications, Compared to the single routines in other folders, the routines inside may be more complicated | | hardware | hardware API usage demo | | machine_vision | demo for vision related, including machine vision and AI processing related | | modules | external modules | | multimedia | normal multimedia processing, audio video etc. | | network | network related | | tools_on_PC | some tools for maxipy running on PC, not for maixpy | ## 目录结构 | 目录 | 描述 | | --------- | ----------- | | application | 内置到固件中的应用 | | basic | 基本的 micropython 使用 | | demo | 更多的例程,像较与其它文件夹中的单一的功能示例,这里面的可能相对复杂一点 | | hardware | 硬件 API 使用例程 | | machine_vision | 视觉处理相关,包括机器视觉以及AI处理 | | modules | 外部外设模块使用, 比如 Grove 模块, sp-mod 模块 | | multimedia | 普通的多媒体功能,比如音视频播放等 | | network | 网络相关例程 | | tools_on_PC | 在电脑端使用的工具,注意不能在 maixpy 上运行 |