Skip to content

Instantly share code, notes, and snippets.

View Tungsteno74's full-sized avatar
🏠
Working from home

Tungsteno74

🏠
Working from home
View GitHub Profile
@Tungsteno74
Tungsteno74 / buildozer.spec
Last active May 7, 2016 01:00
App close when device is flipped
[app]
# (str) Title of your application
title = Guitest
# (str) Package name
package.name = guitest
# (str) Package domain (needed for android/ios packaging)
package.domain = guitest.test
@Tungsteno74
Tungsteno74 / freeware_license.txt
Last active February 20, 2023 14:31
General Freeware license (EULA)
Copyright (c) <DATE>, <AUTHOR NAME>
All rights reserved.
Redistribution and use in bytecode or binary forms, without modification,
are permitted provided that the following conditions are met:
* Redistributions in bytecode or binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
from random import sample
from string import ascii_lowercase
from uuid import uuid4
from kivy.app import App
from kivy.lang import Builder
from kivy.uix.boxlayout import BoxLayout
from kivy.uix.checkbox import CheckBox
from kivy.uix.button import Button
@Tungsteno74
Tungsteno74 / TBE_privacy_policy.txt
Last active March 24, 2022 02:45
Norme sulla privacy (Privacy Policy) per l'app Tungsteno Book Extractor (TBE) del Play Store
Norme sulla privacy Tungsteno Book Extractor (TBE) App per Play Store (Italiano)
Sicurezza dei dati
- L'app NON trasmette dati utente dal dispositivo dell'utente tramite librerie o SDK allo sviluppatore (il sottoscritto) o a soggetti terzi.
- L'app NON fa uso di server dello sviluppatore (il sottoscritto) o di soggetti terzi, ne trasferisce dati ad un'altre app dello sviluppatore (il sottoscritto o soggetti terzi) presenti sullo stesso dispositivo.
- L'app NON raccoglie o trasferisce mediante una webview dati dell'utente allo sviluppatore o a soggetti terzi.
Norme sulla privacy
- In alcun modo l'app raccoglie e condivide i dati utente sui dispositivi su cui viene installata.
- L'unico utilizzo dei dati nell'app è quello di convertire i dati caricari esplicitamente dall'utente (tramite un form in-app apposito) per la conversione locale da un formato ad un'altro e/o da un layout di testo ad un'altro.