jaysgrant / pydvd

Experimentation with Python and SQLite3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PYDVD

PyDVD is an application that was developed purely to progress skills in the usage of SQLite3 as a database engine used with Python 3. Development work has been performed using PyCharm as the selected IDE.

Version: 0.1.3

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The following components for your choice of OS are required to get and run PyDVD:

  • Git
  • Python 3
  • Optional - SQLiteStudio. This tool provides a great UI for working with and developing your database.

Development was done primarily with Python 3.7.1 on Windows 10, but this application should run on any other OS with a modern install of Python 3.

Installing

  1. Clone the repo from Github.
  2. From within the folder you cloned the repo to, checkout the master branch for the latest stable code.
  3. Run pydvd.py and follow the instructions provided.

About

Experimentation with Python and SQLite3

License:GNU General Public License v3.0


Languages

Language:Python 100.0%