Skip to content

Instantly share code, notes, and snippets.

View a-chacon's full-sized avatar
:shipit:
KISS

Andrés a-chacon

:shipit:
KISS
View GitHub Profile
@Auax
Auax / tauri_icon_gen.py
Created July 25, 2022 20:28
Automatically generate all different icons from a base image for a Tauri Application. It also creates the .ico and .icns files for both Windows and macOS.
"""
Generate icons for a Tauri Application
----------------------
By Ibai Farina
For correct functionality, the base logo should be 512x512 or larger (keeping the aspect ratio).
"""
__title__ = 'Tauri Icon Generator'
__author__ = 'Ibai Farina'
__license__ = 'MIT'
@antidiestro
antidiestro / nueva-constitucion.json
Created July 21, 2022 00:51
Nueva Constitución en JSON
{
"chapters": [
{
"slug": "capitulo-i-principios-y-disposiciones-generales",
"title": "Principios y Disposiciones Generales",
"numeral": "I"
},
{
"slug": "capitulo-ii-derechos-fundamentales-y-garantias",
"title": "Derechos Fundamentales y Garantías",