shebang, gitignore za bazo in vzorčna 'pesem'

This commit is contained in:
2026-03-04 20:56:26 +01:00
parent 73f4f5e606
commit cd4ad32641
5 changed files with 19 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
songs.db

0
add_song.py Normal file → Executable file
View File

3
nastavitve.py Normal file → Executable file
View File

@@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import tkinter as tk
import json
import os

12
pesmi_export.txt Normal file
View File

@@ -0,0 +1,12 @@
===
1
Zdrava Marija
Zdrava, Marija, milosti polna, Gospod je s Teboj,
blagoslovljena si med ženami
in blagoslovljen je sad Tvojega telesa Jezus.
Sveta Marija, mati Božja,
prosi za nas grešnike,
zdaj in ob naši smrtni uri.
Amen.

3
projector.py Normal file → Executable file
View File

@@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sqlite3
import tkinter as tk
import json