Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luanderfarias/multymd
A multifunctional app made for training kivymd.
https://github.com/luanderfarias/multymd
file-system files internet keyboard kivy kivymd mechanical-keyboard multifunction multifunctional python python3 speedtest wallpaper wallpaper-app wallpaper-changer
Last synced: 5 days ago
JSON representation
A multifunctional app made for training kivymd.
- Host: GitHub
- URL: https://github.com/luanderfarias/multymd
- Owner: LuanderFarias
- License: mit
- Created: 2022-11-29T00:23:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T04:01:57.000Z (about 2 years ago)
- Last Synced: 2023-03-05T22:41:44.925Z (almost 2 years ago)
- Topics: file-system, files, internet, keyboard, kivy, kivymd, mechanical-keyboard, multifunction, multifunctional, python, python3, speedtest, wallpaper, wallpaper-app, wallpaper-changer
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultyMD
Multymd Is a **Multifunctional** program that i made for training python and kivy/kivymd. My idea was to make a program with lots of functions cause with that i learn simple ui developement in kivy and also complex commands and functions in python.
## Functions
### Wallpaper
Module for apply and explore static Wallpapers.
### Keys
Show the keyboard key your pressing and her javascript keycode.
### Files
Get file important information like creation date, size, metadata and more...
### Speednet
A simple internet speed test
## Download
You can download MultyMD from releases on the official github repository.
- [Github](https://github.com/luanderfarias/multymd/releases)## Roadmap
The project developement roadmap, some of the itens may be slow to develop...
- [x] Wallpaper Module
- [ ] Keys Module
- [ ] Files Module
- [ ] Speednet Module## Dev Stuff
### Prerequisites
Requirements for develop, push and test MultyMD.
- [Python](https://www.python.org/)
- [Kivy](https://kivy.org/)
- [KivyMD](https://kivymd.readthedocs.io/en/1.1.1/)
- [pynput](https://pypi.org/project/pynput/)### Installing
1.Clone the repository
```sh
git clone https://github.com/luanderfarias/multymd
```2.Cd in the project paste
```sh
cd multymd
```## Running the tests
### Dev tests
```sh
python main.py
```## Built With
- [Python](https://www.python.org/) - Main Language
- [Kivy](https://kivy.org/) - Used to create the front-end
- [KivyMD](https://kivymd.readthedocs.io/en/1.1.1/) - Used to create front-end more easily than kivy itself...## Authors
[LuanderFarias](https://github.com/LuanderFarias) - *Idealized and created multymd.*See also the list of
[contributors](https://github.com/luanderfarias/multymd/contributors)
who participated in this project.## License
This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for
details