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

HyprTools <\>

  • 17 Devlogs
  • 16 Total hours

Do you wish to be a power user but you don't even know what a "terminal" is? Well, don't worry! HyprTools is an intuitive suite of dozens of tools and applets that you didn't know you needed! From a one click "Fix my PC" button to an advanced Windows command generator, to an intuitive GUI for ffmpeg, HyprTools has something for whatever you are trying to do!

Open comments for this post

1h 13m 41s logged

Bruh, Idk what i have been doing lately, I have been sick lately sooo….. I was unable to code or even talk about my other project at the stardance AMA with Jared Isaacman (yes I was invited)


The only thing I’ve really been doing, is aimlessly just make functions for a HyprSearch that I decided to revive, so far features are:

  • File search
  • App search
  • Web search + open URL
  • Quick install apps (uses winget)
  • The current time for some reason
  • Math solver
  • Run command
  • !bangs as a cooler way to search, does the above functions but quicker
  • a single covalent bond (inside joke)

btw this is a spotlight search clone


baiiiiiii

0
0
6
Open comments for this post

1h 23m 58s logged

Did a BIG one today


This is HyprPhotos, a basic, yet fast photo editor, crop images by just clicking on 2 points, rotate, sharpen, upscale, downscale and do so much more in a very short timespan!

It just uses PILs built in functions really, so it wasn’t hard to make the functioning for, and ik the UI looks bad ok


baiiiiii

0
0
4
Open comments for this post

30m 46s logged

HyprPicker is done!


Its yet again, an I had built before, just had to do some improvements like giving it system tray functionality via pystray, and giving it toast messages and a nice hovering tooltip ( the screenshot ) so that it dosent just give no feedback that it is working.

If you are wondering how it works, I just take a screenshot of the full screen, make a tkinter fullscreen window that forces focus, use mouse coords and PIL to get the color at a particular coord, and the entire actual GUI the user sees is just 2 toasts, one spawned at the mouse previewing color and hex code, and a toast showing that the hex code was copied to clipboard


As of now, I’m making basic icons with PIL again, but I will surely replace them!


baiiiiiiiiiiiiiii

0
0
7
Open comments for this post

23m 35s logged

Hyprtools - Web apps is complete, alongside voice typing!


The HyprVoice was almost done yesterday, I just needed to add a Tkinter GUI.

As for web apps, it was a completely finished app I made a while ago, so I just had to rebrand it a little with the courier font and - HyprTools in the titlebar.


Thats it for the day!

baiiiiiiiiii

0
0
4
Open comments for this post

1h 18m 30s logged

Today i made the backend for the voice typing ‘HyprVoice’


It just uses the python lib speech recognition so it wasnt that bad, but….. I spent SOOOOOOOOOOOO long debugging it because it couldn’t actually recognise…..

and then I realised my microphone wire got pulled off.


bye. (i feel ashamed)

(The image is how I plan to make the GUI.)

0
0
3
Open comments for this post

1h 30m 33s logged

Pretend to type is now TypeGhost!


Its a better name tbh, as for its features, you can set a typing speed, and % change for a spelling error, when the ‘ghost’ accidentally presses an adjacent key, hits backspace, and corrects itself.


There are 3 modes:

Boilerplate : For repetitive paragraphs, or statements
Code : For code snippets, it ‘thinks’ for a while after opening brackets or hitting enter. It also strips off tab-spaces as IDEs usually autoindent.
Essay : For well… essays and large paras of English text, pauses after full stop, excalamation mark, question mark to ‘think’ and also after paragraphs (newlines)


baiii for today! :yay:

1
0
8
Open comments for this post

42m 43s logged

YESS, vry usefule


Today I made the Fileconverter, simple enough, as of now, it supports these filetypes

cat_exts = { #cats such a cute shortform for 'category' ^owo^ 
'image': ['jpg', 'jpeg', 'png', 'webp', 'bmp', 'gif', 'ico', 'tiff'],    
'audio': ['mp3', 'wav', 'flac', 'ogg', 'aac', 'm4a', 'wma'],
'video': ['mp4', 'mkv', 'webm', 'avi', 'mov', 'flv', 'wmv'],}

…and it just works, what can I say?


baiiiiii :yay:

0
0
5
Open comments for this post

37m 54s logged

Its time i work on this again:


Today I just spent some time making the terminal command generator, as of now, it supports
 'shutdown', 'echo', 'cd', 'ping', 'mkdir', 'del', 'copy', 'ipconfig',    'dir', 'cls', 'tasklist', 'taskkill', 'netstat', 'systeminfo',    'whoami', 'tree', 'xcopy', 'timeout', 'start', 'attrib', commands, I should add more but this is it as of now!


d=====( ̄▽ ̄*)b

0
0
4
Open comments for this post

38m 26s logged

Finally I started working on this again, I am currently working on other features like the Game prioritize, and made ASCII camera more customised and performant! Not a lot of coding as I distributed my time between Candela Shaders and Hyprtools

(image unrelated)

0
0
7
Open comments for this post

1h 6m 35s logged

So I am now working on the Pretend to Type autotyper (it needs a better name ik) and you don’t konow how much it escalated, just for some pretend typing, i made functions for calculating distance between keys on a keyboard, a function to do spelling mistakes/fat fingering on purpose, it detects the current window to strip chars like \t if the curent window is an IDE, AND I decided to put a hard deadline of the 31st of July. I’m so cooked.

Also due to copyright, bureaucracy, my incompetence in writing production-ready code, and my refusal to use AI, the features: Desktop Pet, HyprSearch, and ffmpeg GUI will not come in HyprTools.

I’m sorry :(((

(image unrelated)

0
0
11
Open comments for this post

44m 53s logged

Aaandd. I’m done with the ASCII Camera!
Its really jank - you need to open the app, click start, the set the app as a window capture source in OBS, then turn on virtual camera, and then can you use the ASCII camera effect in your desired use case, its also fully local so very laggy, but this is the best I can do as pyvirtualcam refuses to work on my PC

0
0
12
Open comments for this post

1h 33m 49s logged

I added the image to ASCII feature (sample below) and its really nice! Consequentially I am also working on the ASCII camera feature but thats going rough….. Hope I dont die from caffiene overdose…. and now I shall continue to work on it.

1
0
54
Open comments for this post

38m 32s logged

As of now I have made the fake BSOD, VERY VERY CONVINCING. it has a counter that changes the percent text and it automatically locks your pc the moment it finishes, making it look like your pc just restarted. I am now working on the fake update screen

0
0
11
Open comments for this post

35m 33s logged

I shifted the architecture a little bit: tools that require to be GUIless and run in the background are now seperate .pyw files, so I have made edits to the wraparound feature and made it toggle on shortcut Ctrl (right) + Insert. I also added the fake error screen and it look really convincing! Other features i added include: update all apps, autoclicker, and the PC stress test (some of these were done before the previous devlog but I forgot to mention that). Sadly, my efforts on the Enable EU features and Reset PC are in vail so they may not be added.

0
0
9
Open comments for this post

44m 35s logged

These are the features i have decided:

Repair & Cleanup

Fix my PC ⟵ done
Reinstall Windows ⟵ use systemreset.exe or shutdown /r /o into WinRE
Clear Cache & Temp Files
Clean Registry Keys ⟵ scour Win11Debloat GitHub for safe list + reg files !!
Memory Manager !! ⟵ use psutil
Deep Uninstall !!

Performance & Optimization

Update Drivers & Apps ⟵ winget upgrade –all
Startup Time Booster ⟵ winreg on Run keys + schtasks
Gaming Mode !! ⟵ psutil process list matched against hardcoded game names, psutil.Process.nice()
Refresh Display Drivers ⟵ done
Stress Test (WinSat) ⟵ winsat subprocess call
WiFi Reset ⟵ done

Windows Customization

Windows Debloat !! ⟵ Win11Debloat GitHub, ship their .reg files as toggles with undo pairs
Remove All Windows AI Features ⟵ Win11Debloat GitHub, same .reg toggle approach
Actually Autosave (Office) !! ⟵ interval mode: pyautogui.hotkey(‘ctrl’,‘s’) on timer, aggressive mode: watch ~$ temp file mtime with os.path.getmtime
Find Similar Files !! ⟵ difflib.SequenceMatcher on filenames, group by similarity score

File Management

Downloads & Desktop Organizer !! ⟵ os/shutil + extension-to-folder mapping
Bulk File Rename ⟵ regex pattern based os.rename loop
Local File Converter ⟵ FFmpeg subprocess wrapper
FFmpeg GUI ⟵ dropdown UI → FFmpeg subprocess
HyprImage ⟵ Pillow wrapper with action picker

Productivity Tools

Voice Typing ⟵ speech_recognition + pyautogui to paste output
OCR: Image to Text ⟵ pytesseract or easyocr
Pretend to Type ⟵ pyautogui.typewrite() with interval, probably fold into Macro Creator
Macro Creator ⟵ record: keyboard lib + pyautogui polling, playback: screen color check before each click
HyprSearch !! ⟵ global hotkey via keyboard lib, fuzzy file search via os.walk + difflib
Terminal Command Generator ⟵ dropdown UI → command string builder
Colorpicker ⟵ pyautogui.pixel() grab + magnifier overlay

Extras & Fun

Hyprclicker ⟵ done (existing autoclicker)
Mouse Wraparound ⟵ done
Image to ASCII ⟵ same approach as Bad Apple project
Camera to ASCII (Virtual Cam) ⟵ OpenCV capture → ASCII render → OBS virtual cam, hardest feature overall
Desktop Pet !! ⟵ transparent tkinter window + sprite animation, WS_EX_LAYERED for click-through
Fake Update Screen ⟵ fullscreen tkinter canvas + fake progress bar
Fake Error Screen ⟵ same, BSOD-style overlay

(raw list organised by Anything AI)

I have finished the simpler features

0
0
4

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…