Skip to content

alchemist314/PythonGTKReminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonGTKReminder Linux Applet

EN: Python GTK Reminder Applet

RU: Апплет "Напоминание" Pyhton GTK

Перед запуском замените пути до файлов шрифтов, системной иконки, списка напоминаний:

Before starting, replace the paths to the font files, system icon, list of reminders:

path_to_ttf='/home/PYTHON_BIN/remider/OpenSans-Regular.ttf'
path_to_png="/home/PYTHON_BIN/reminder/reminder.png"
path_to_txt='/home/PYTHON_BIN/reminder/reminder.txt'

скачать шрифты OpenSans:
download OpenSans fonts:
https://fonts.google.com/download?family=Open%20Sans

как выглядит иконка в трее:
what the tray icon looks like:

для редактирования списка напоминаний нажмите правую клавишу мышки на иконке и выберите пункт меню Edit
to edit the list of reminders, right-click on the icon and select the Edit menu item

в тукущей версии программы используется текстовый редакторр mcedit
the current version of the program uses the text editor mcedit

в файле reminder.txt для разделения полей даты и сообщения используется символ ";"
the file reminder.txt uses the ";" character to separate the date and message fields

Releases

No releases published

Packages

No packages published

Languages