Metadata-Version: 2.1
Name: moblabpy
Version: 0.0.2
Summary: A module that allow users to stimluate communcation system via their own device
Home-page: https://github.com/moblabpy/moblabpy
Author: Moblabpy Official
Author-email: moblabpy@gmail.com
License: UNKNOWN
Project-URL: Code, https://github.com/moblabpy/moblabpy
Project-URL: Documentation, https://moblabpy.readthedocs.io/en/latest/
Description: 
        <!--
        **moblabpy/moblabpy** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
        
        Here are some ideas to get you started:
        
        - 🔭 I’m currently working on ...
        - 🌱 I’m currently learning ...
        - 👯 I’m looking to collaborate on ...
        - 🤔 I’m looking for help with ...
        - 💬 Ask me about ...
        - 📫 How to reach me: ...
        - 😄 Pronouns: ...
        - ⚡ Fun fact: ...
        -->
        Project description
        
        	Toolbox for creating and experimenting on communication channels using computer screen and mobile phone camera
        
        	Made and tested purely on Python 3.9
        
        	Installation of IP Camera required
        
        	Set up communication channel that are sensitive to signal strength and burst errors
        
        	Used for studying the effect of noise and error correction in communication
        
        Installation
        
        	Moblabpy uses pyzbar, and the zbar library is required. It is included with the Windows Python wheels. On Mac OS, run the following command to install the zbar shared library:
        
        		brew install zbar
        
        	Install the Python wrapper:
        	
        		pip install pyzbar
        
        Documentation
        
        	To see the user manual of MobLabPy, it is available on the github pages.
        
Keywords: BYOD,COMMUNICATION
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
