Menu

Tree [b5a1bb] master /
 History

HTTPS access


File Date Author Commit
 CHANGELOG 2019-02-24 Michal Babik Michal Babik [c84b69] Latest update
 COPYING 2019-01-28 Michal Babik Michal Babik [bb5729] Initial commit
 README.md 2019-02-24 Michal Babik Michal Babik [b5a1bb] Latest update
 codes1 2019-01-28 Michal Babik Michal Babik [bb5729] Initial commit
 codes1.py 2019-02-24 Michal Babik Michal Babik [c84b69] Latest update
 codes2 2019-01-28 Michal Babik Michal Babik [bb5729] Initial commit
 codes2.py 2019-02-24 Michal Babik Michal Babik [c84b69] Latest update
 pc_base.db 2019-01-28 Michal Babik Michal Babik [bb5729] Initial commit
 pcodespl.py 2019-02-24 Michal Babik Michal Babik [c84b69] Latest update
 postc.c 2019-02-24 Michal Babik Michal Babik [c84b69] Latest update
 utf8.c 2019-02-22 Michal Babik Michal Babik [b7dced] Adding C examples
 utf8.h 2019-02-22 Michal Babik Michal Babik [b7dced] Adding C examples

Read Me

PostalCodesPL

Database with Polish postal codes

This project contains SQLite database file with details of Polish postal codes
(City names, Street names, Voivodeship info).
Package contains examples in C and Python of how to use the database.

Requirements

  • SQLite 3

OS:

  • GNU/Linux
  • Windows

Requirements (C examples)

  • GCC

Requirements (Python examples)

  • Python 3
  • GTK+ 3

PostalCodesPL

Baza danych polskich kodów pocztowych

Jest to baza danych SQLite zawierająca informacje o polskich kodach
pocztowych - kody oraz dane o miejscowościach i uliach przypisanych
do tych kodów.
W paczcie są przykładowe zastosowania bazy w Pythonie i C.
Za pomocą programu codes1 (codes1.py) po wpisaniu kodu pocztowego
zostają wyświetlone wszystkie informacje o tym kodzie.
W programie codes2 (codes2.py) można wyszukać kod pocztowy wybranej
miejscowości, województwa i ulicy.
W programie postc (postc.c) można przeglądać informację o kodach
pocztowych podając pod pocztowy lub nazwę miejscowości.

Copyright and license

Copyright (C) 2016-2019 Michal Babik

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.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.