A tiny blobish toolkit of utilites made to stay out of your way but always ready to help.
- Keep it lightweight
- Keep it simple
- Keep it blobish
- Notes (multi-tab, saves on exit, Ctrl+A support!!!)
- Calculator (buttons, input, history)
- Color picker (steal color from the screen and get a hex)
Linux only (for now)
- Python 3
- Tkinter (install python3-tk via your package manager)
xcolor(for color stealing (read picking))
Run the bash script.
./run.shNo installer. No extras. Just run.
Start the main.py from the app folder.
cd app
python3 main.pyWrite text, paste text, copy text, do text stuff.
- Multi-tab layout
- Save on exit
- Select all support!!! (Ctrl+A)
Let your computer math, not you.
- Buttons
- History (configurable via
calc.max_historyinconfig.json, default 20) - Works most of the times.
The reason this exists: I wanted to get the hex for a color.
- Color picker (via xcolor)
- Hex values
- Steals colors (not really, just gives you the hex value)
- Remembers window position (so you don't have to)
See the documentation/ folder for gibberish.
For the tests policy see documentation/TESTS_POLICY.md.
BSD 3-Clause.
See the LICENSE file.
For AI-Policy
See the AI_POLICY.md file.
blob-mini-tools is an open-source project released under the BSD 3-Clause License. If you're interested in commercial use, licensing, or collaboration, feel free to reach out.
Project initialized and maintained by Blob (aka mrmodori).