EasyDB

EasyDB 0.2

easydb is a really simple **SQLite wrapper** for that saves you from having to worry about creating tables or managing connections.It can be used on existing SQLite database by simply passing in the database filename:```pythonfrom easydb import EasyDBdb =...

pyradio

pyradio 0.4.3

pyradio is a command-line Internet radio player written in Python.Installation    pip install pyradioShell    $ pyradio -h    usage: main.py [-h] [--stations STATIONS] [--random] [--add]...

read more