Skip to content

Instantly share code, notes, and snippets.

View zoran-petrovic-87's full-sized avatar

Zoran Petrović zoran-petrovic-87

View GitHub Profile
@zoran-petrovic-87
zoran-petrovic-87 / find_and_list_files_v1.0-ttk.pyw
Last active January 2, 2016 21:29
Python 3 program with ttk (Themed TKinter) GUI. Find files and save result as a list.
'''
Tested with Python v3.3.2
Copyright 2013 Zoran Petrović (zoran.petrovic.87@gmail.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@zoran-petrovic-87
zoran-petrovic-87 / compare_lists-ttk.pyw
Created January 10, 2014 22:26
Python 3 program with ttk (Themed TKinter) GUI. Find difference, symmetric difference and intersection of two lists.
'''
Tested with Python v3.3.2
Copyright 2013 Zoran Petrović (zoran.petrovic.87@gmail.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.