Metadata-Version: 2.1
Name: dcspy
Version: 1.0.0
Summary: Software for integrating DCS: F/A-18C, F-16C and Ka-50 with Logitech G13
Home-page: https://github.com/emcek/dcspy
Author: Michal Plichta
License: MIT License
Project-URL: Bug Reports, https://github.com/emcek/dcspy/issues
Project-URL: Source, https://github.com/emcek/dcspy
Description: [![image](https://img.shields.io/badge/pypi-v1.0.0-blue.svg)](https://pypi.org/project/dcspy/)
        [![Build Status](https://travis-ci.org/emcek/dcspy.svg?branch=master)](https://travis-ci.org/emcek/dcspy)
        [![Coverage Status](https://coveralls.io/repos/github/emcek/dcspy/badge.svg?branch=master)](https://coveralls.io/github/emcek/dcspy?branch=master)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/5270a4fc2ba24261a3bfa7361150e8ff)](https://www.codacy.com/manual/mplichta/dcspy?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=emcek/dcspy&amp;utm_campaign=Badge_Grade)
        [![BCH compliance](https://bettercodehub.com/edge/badge/emcek/dcspy?branch=master)](https://bettercodehub.com/)
        [![image](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-blue.svg)](https://github.com/emcek/dcspy)
        [![License](https://img.shields.io/badge/Licence-MIT-blue.svg)](./LICENSE.md)  
        ![dcspylogo](https://i.imgur.com/eqqrPB8.jpg)  
        # dcspy
        DCSpy is able to pull information from DCS aircraft and display on Logitech G-series keyboards LCD. Developed for **Logitech G13**.
        Should also work with any other Logitech device with 160x43 px monochrome display, like G15 (v1 and v2) and G510. 
        There is possibility to modify this package to use full RGBA LCD of Logitech G19 (size 320x240) - please open issue.  
        
        ## Table of Contents
        * [Aircrafts and instruments](#aircrafts-and-instruments)
        * [Requirements](#requirements)
        * [Credits](#credits)
        * [Installation](#installation)
        * [Usage](#usage)
        * [New ideas](#new-ideas)
        * [Contributing](#contributing)
        
        ## Aircrafts and instruments
        * F/A-18C Hornet UFC - Up Front Controller
        * F-16C Viper DED - Data Entry Display (some parts are missing)
        * Ka-50 Black Shark PVI-800
        
        ## Requirements
        * [Python 3.8](https://www.python.org/downloads/) (but 3.6+ should be fine)
        * [Logitech Gaming Software 9.02.65](https://support.logitech.com/software/lgs)
        * [Logitech LCD SDK 8.57.148](http://gaming.logitech.com/sdk/LCDSDK_8.57.148.zip) extract to `C:\Program Files\Logitech Gaming Software\LCDSDK_8.57.148`
        * [DCS-BIOS 0.7.31](https://github.com/DCSFlightpanels/dcs-bios/releases/latest) (or newer)
        
        ## Credits
        This project has been heavily inspired by [specelUFC](https://github.com/specel/specelUFC), and I want to thank **specel**, the author of that project for his work and the inspiring ideas. This software uses:
        * [DCS-BIOS](https://github.com/DCSFlightpanels/dcs-bios) fork by DCSFlightpanels for exporting data from DCS to local network
        * [jboecker's parser](https://github.com/jboecker/python-dcs-bios-example) to read data stream from DCS-BIOS
        
        ## Installation
        Package is available on [PyPI](https://pypi.org/project/dcspy/), open Command Prompt and type:
        ```shell script
        pip install dcspy
        ```
        or use attached wheel file:
        ```shell script
        pip install dcspy-0.9.2-py3-none-any.whl
        ```
        
        ## Usage
        pip should install into you python installation directory: i.e.:
        * `d:\python38\dcspy_data\dcspy.ico`
        * `d:\python38\scripts\dcspy.exe`
        
        You can drag and drop `dcspy.exe` to desktop and make shortcut (with custom icon).
        After successful connect attempt, G13 display should update. 
        
        ## New ideas
        I have lots of plans and new ideas how to improve it internally and form user's perspective, but don't hesitate to contact me. Maybe it will motivate me to implement some new stuff. Please open issue if you find bug or have any crazy idea. 
        
        ## Contributing
        You want contribute, perfect see: [contributing](./CONTRIBUTING.md) guide.
        
Keywords: logitech logitech-sdk logitech-keyboards logitech-gaming logitech-gaming-keyboard dcs-world dcs g13
Platform: win32
Platform: nt
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Hardware
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Provides-Extra: testing
