ViperOs
ViperOs is a operating system for the Raspberry pi Pico built from scratch by itself in Micro Python it is open source and is it's own kernel. It has a style similar to Unix or Linux it such as file paths such as (user/filename) and when it is indicated for the user to type commands in the terminal it begins with (user@pico$)
| commands | |
|---|---|
| vipe1 | users can create a py file and name it vipe 1 and this cmd can run it |
| vipe2 | same except it is named vipe2 |
| logfile | it will generate a log file |
| about | type about for some info about the os |
| wordpad | it activates a wordpad feature useful for taking notes in class or office work you can save you're work and type as much as you want |
| game1 | type the game1 command for a small trivia game |
| ld | lists every file and directory on the pico and lets you view and open them |
| shutdown | self explanitory |
| bibleverse | can generate a random bible verse for when you need it |
| time/date | type time for time or date for date |
| settings | type settings to set the time and date |
| df | delete files |
| restart | resets the terminal to the boot screen |
| specs | spec info like board name |
| version | shows the version information |
| cd | create directory |
| ci | create a blank .img file |
| rd | delete a selected directory |
| rmdr | to type a one line reminder and is useful for work and school |
Below is the core system variables and imports for people who want to rebuilt ViperOs on their own with only the core variables
import os import sys import time import random import math #import machine Time = 1200 date = 4/15