/PythonExamples

Various example programs developed using Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PythonExamples

Various example programs developed using Python:

  • Browser: A simple experimental browser with sqlite3 DB to store sites
  • PocketConverter: A simple script to convert Pocket exports to Firefox, Safari compatible bookmarks
  • RSSReader: An experimental RSS reader using feedparser library
  • ClassExample: How to use classes in Python (Turkish comments).
  • XOXGame: Various Tic Tac Toe game implementations with tkinter and (unfinished) GTK+ 3

All of these programs first implemented in 2009. They are updated to GTK+ 3 in 2016 and uploaded to this repository.

LICENSE

All these programs are a free software: you can redistribute them and/or modify them 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 programs are 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.