A Python-based Nasdaq stock screener with a Tkinter GUI — filter stocks by technical and fundamental criteria.
- Screen by RSI, EMA, volume, market cap
- Tkinter GUI with results table
- Export results to CSV
- Real-time data via yfinance
pip install pandas yfinance ta tkinter
python screener.pyMIT