An open API service indexing awesome lists of open source software.

https://github.com/malted/sr-robot-zipper

A program for zipping python files into an archive for use with the Student Robotics Odroid U3+
https://github.com/malted/sr-robot-zipper

rust student-robotics zip

Last synced: 24 days ago
JSON representation

A program for zipping python files into an archive for use with the Student Robotics Odroid U3+

Awesome Lists containing this project

README

          

# SR-Robot-Zipper
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ma1ted/SR-Robot-Zipper/Rust)
[![Run on Replit badge](https://replit.com/badge/github/malted/SR-Robot-Zipper)](https://replit.com/@malted/SR-Robot-Zipper)
### A program for zipping python files into an archive for use with the Student Robotics Odroid U3+

The program;
* Takes all the files ending with `.py` in a directory, and zips them up into an archive called `robot.zip`.
* Makes sure there is a file named `robot.py` as this is a requirement.

## [Releases](https://github.com/ma1ted/SR-Robot-Zipper/releases)