You are browsing as a guest. Sign up (or log in) to start making projects!

Rocket

@Rocket

Joined June 1st, 2026

  • 6Devlogs
  • 4Projects
  • 1Ships
  • 0Votes
Just a guy with his Thinkpad.
GitHub: @rocket806
Open comments for this post

6h 0m 3s logged

Devlog 2

Hi! It’s been a long time since my last devlog, because I ve been working a lot on this project and I switched to Linux.
These days I managed to implement some key features like mkdir,touch,rm,cd, cd ..,echo and I m currently working on rmdir(because rm deletes only files)
See you soon,bye!

0
0
3
Open comments for this post

2h 46m 7s logged

Devlog 1

Hi! My name is Rocket and my dream is to build an os, so I thought I would build a simulated one.
Today I managed to build the structure of the os. To be more precise the boot system and the home screen. Because it is a TUI project I’m using Textual. I made the ASCII logo with a Python script, using the pyfiglet library

0
0
9
Open comments for this post

3h 32m 40s logged

Devlog 1

Hi, my name is Rocket and I’m making a digital gradebook. For this project I used the json library to store the information, custom tkinter to make the GUI. I used customtkinter instead of tkinter because tkinter has an old GUI and it looks bad.
At first, I thought to make the project in the terminal, but I decided to learn something new so I started learning tkinter(not customtkinter because it is the same thing).
With this GUI feature I learned that I can make a python project with more files so I had to split the project into three and now the project is not working :( . For the design I will use the colours Jordy Blue and St Tropaz.
See you soon, bye!

0
0
5
Open comments for this post

1h 0m 51s logged

Devlog 3

Hi! My first ship was denied so I’m making a new devlog.
What I did today:
So I made a new readme for my project(it took a while) and I fixed something. R0B0 was doing the task whitout the wake word,so I finally managed to make it respond only with the wake word.
That’s all for today, see you soon,bye!

0
0
3
Ship Changes requested

I made an mini Jarvis, is only on vocal command. The hardest thing was making him listen, because pyaudio wasn't working so I had to replace it. I'm proud of making it open task manager,chrome and youtube.

  • 2 devlogs
  • 3h
Try project → See source code →
Open comments for this post

32m 56s logged

Devlog 2

Hi! this is my last devlog on this project and I want to tell you the latest functions that I added.
One of them is opening Chrome and vs code that I do it with the library os. And the last function is searching and opening Youtube. This function I do it with de library webbrowser.
See you soon! Bye!

0
0
6
Open comments for this post

2h 24m 39s logged

Devlog 1

Hi! My name is Rocket, and I really like Jarvis, so I thought I’d make my own. The idea is simple: create an assistant that is always ready to do simple tasks (like creating a new directory or opening Task Manager) and is also fun (he can tell jokes! :) ).
Today, I managed to implement some important functions for R0B0. One of them was making him listen continuously. In the beginning, I had some problems with this feature because it was consuming around 20-30% of my CPU. After some tweaking, I managed to lower it below 10% (it still spikes over 10% sometimes, but only for a very short moment). Another very important feature I added was microphone input. At first, I tried using PyAudio (an older Python library for microphone access), but it didn’t work because I am using a very recent version of Python. I also tried workarounds like pipwin, but that failed too. Ultimately, I used two other libraries sounddevice and scipy and it worked perfectly!
That’s all for today! See you soon, bye!

1
0
5

Followers

Loading…