Tools is a platform for developers, with all your everyday developer tools in one place, and it is ad free. Click the link below.
Table of Contents
Tools is created using Python and HTML, CSS is done using Bulma Framework. Tools has a lot of simple utilities all packaged up into a single website, and there is no ads on the website so use the website distraction free. Some of the most used utilities are Hex to RGB Converter, JSON Editor and Markdown editor.
- Python
- HTML
- Bulma
- Font Awesome
- Umami
- JSDiff
- Highlight.js
- Color-Thief
- JSON Editor
- JS-YAML
- Marked
- github-markdown-css
- uuid
- QRCode.js
- chroma.js
- Install requirements:
py -3 pip install -r requirements.txt
- Run the webserver:
py -3 main.py
If this is your first time running, ensure that the script outputs that it is creating a .env file and a data.json file.
- Install requirements
pip3 install -r requirements.txt- Run webserver
python3 main.pyIf this is your first time running, ensure that the script outputs that it is creating a .env file and a data.json file.
-
Reporting Bugs: Feel free to report any bugs to the Issues section on github.
-
Features: If you have any new feature recommendations, feel free to drop them in Discussions/Ideas on Github.
The tools on this list aren't guaranteed to be available, and the compatibility isn't guaranteed either, the tools were tested on 21/01/2025.
| Tool | Firefox | Chrome |
|---|---|---|
| AI colour palette generator | ✅ | ✅ |
| Base 64 to image | ✅ | ✅ |
| Diff editor | ✅ | ✅ |
| Foreground colour helper | ✅ | ✅ |
| Background colour helper | ✅ | ✅ |
| Hex to HSL | ✅ | ✅ |
| Hex to RGB | ✅ | ✅ |
| Image to base 64 | ✅ | ✅ |
| JSON editor | ✅ | ✅ |
| JSON to YAML | ✅ | ✅ |
| Markdown editor | ✅ | ✅ |
| Meta tag generator | ✅ | ✅ |
| Colour palette generator | ✅ | ✅ |
| QR code generator | 🆗 1 | ✅ |
| AI regex generator | ✅ | ✅ |
| Timestamp converter | ✅ | ✅ |
| UUID generator | ✅ | ✅ |
| Password generator | ✅ | ✅ |
| Socket.IO tester | ✅ | ✅ |
| Clipboard to image | ✅ | ✅ |
| Lorem ipsum generator | ✅ | ✅ |
| URL encode/decode | ✅ | ✅ |
| Hash generator | ✅ | ✅ |
The issues below will be added to the roadmap and fixed as soon as possible, and this page will be updated when they are fixed.
It doesn't render the QR codes on the client, but if you press "Generate", it will render it on the server and send it as an image.