Skip to content

ADMiheenko/transmitter-demo-f

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Wave transmitter demo

Usage

Installing the virtual environment and packages:

sudo bash install.sh

Run app:

sudo bash run.sh

Troubleshooting

No module named 'tkinter'

This module should have been installed with pip from requirements.txt while running install.sh. But you can steel see error like this. If you see it, please install this module with following command:

For Ubuntu or other distros with apt: sudo apt-get install python3-tk

For Fedora or other distros with dnf: sudo dnf install python3-tkinter

Source: https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 83.2%
  • MATLAB 12.8%
  • Shell 4.0%