A cross-platform desktop application that selects a cryptocurrency to consider for investment and surfaces a signal for it. Built with BeeWare / Briefcase so the same codebase runs on macOS, Linux, Windows, Android, and iOS.
Early-stage scaffold generated with Briefcase 0.3.22. The UI, signal logic, and model integration are under development.
cryptopredictor/
├── src/cryptopredictor/ # application source
├── tests/ # pytest suite
├── pyproject.toml # Briefcase + packaging config
├── CHANGELOG
└── LICENSE
pip install briefcase
briefcase devBuild a native installer for your OS:
briefcase create
briefcase build
briefcase packageRun tests:
pip install pytest
pytestMIT — see LICENSE.
This software is provided for educational and research purposes only. Any signals or selections produced by this application are not financial advice. Trading cryptocurrencies carries substantial risk of loss. Use at your own risk.