A simple, yet featureful metronome app for desktop
- Python 59.1%
- QML 40.2%
- Shell 0.7%
|
I Woithe
69ef9bac9b
✨ Position settings pages top center of each page
Includes:
- ♻️ Refactor usage of models
|
||
|---|---|---|
| .github/workflows | 🐳 Disable macOS build | |
| assets |
🐳 Move the .github directory
|
|
| share | 📎 Commit share.qrc | |
| src | ✨ Position settings pages top center of each page | |
| .gitignore | 🎉 Add playback | |
| CONTRIBUTING.md | ✨ Many code changes | |
| LICENSE | 🚧 Initial commit | |
| pyproject.toml | 📎 Add tests for version number | |
| README.md | 📚 Add third party library to credits | |
| requirements.txt | 🐳 Add build.yml | |
🚧 Metronome is still a WIP with missing features and various bugs
Metronome
A simple, yet featureful metronome app for desktop
Screenshot of the home page of Metronome
How to Run
cd src
# On Linux and macOS
python3 .
# On Windows
python .
Running tests
fd "tests.py" -x pytest
Thirdparty
Thanks to these projects for making Metronome possible. :)
- PySide6
- PyTest
- PyDispatcher
License
Metronome is licensed under the GNU General Public License (GPL) version 3.