Skip to content

v1r4m/mac-stock-menu-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mac-stock-menu-bar

python3 needs to be installed.

python3 -m venv venv
source venv/bin/Actiavate
pip install -r requirements.txt
python main.py

troubleshooting

No module named '_tkinter'

import _tkinter # If this fails your Python may not be configured for Tk
    ^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_tkinter'

MacOS originally has tkinter and python inside its system, but it has very complicated version problem. Hence I recommend to use brew or pyenv installed python and tkinter.

brew install python
brew install python-tk

would fix your problem.

If this problem continues you can use backup.py instead of main.py but nah rumps UI sucks

export py2app

About

stock ticker for KRX on MacOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages