shebang, gitignore za bazo in vzorčna 'pesem'
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
songs.db
|
||||||
0
add_song.py
Normal file → Executable file
0
add_song.py
Normal file → Executable file
3
nastavitve.py
Normal file → Executable file
3
nastavitve.py
Normal file → Executable file
@@ -1,3 +1,6 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|||||||
12
pesmi_export.txt
Normal file
12
pesmi_export.txt
Normal 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
3
projector.py
Normal file → Executable file
@@ -1,3 +1,6 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
import json
|
import json
|
||||||
|
|||||||
Reference in New Issue
Block a user