MyWellnezz is an application designed to help users view and register for gym sessions at fitness centers that use the MyWellness app.
- View Gym Sessions
- Register/Unregister for Sessions
- Gym Information
This application is intended for informational and personal use only. Please note that the creators of this app are not affiliated with MyWellness or the company that developed it in any way.
- Python >=3.11
- Clone this repository: git clone https://github.com/AeonDave/myWellnezz.git
- poetry install
- poetry run mywellnezz
- python -m venv venv
- source venv/bin/activate
- pip install -r requirements.txt
- cd mywellnezz
- python main.py
- poetry install
- poetry run build
Your binary will be in the dist folder.
Contributions are welcome! If you'd like to improve the MyWellnezz app, feel free to open a pull request.
This project is licensed under the Apache 2.0 License.