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+
- Host: GitHub
- URL: https://github.com/malted/sr-robot-zipper
- Owner: malted
- Created: 2022-04-08T22:20:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T00:04:16.000Z (about 4 years ago)
- Last Synced: 2025-03-06T12:46:48.551Z (over 1 year ago)
- Topics: rust, student-robotics, zip
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)