Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.09 KB

myWellnezz

myWellnezz Image

MyWellnezz is an application designed to help users view and register for gym sessions at fitness centers that use the MyWellness app.

Features

  • View Gym Sessions
  • Register/Unregister for Sessions
  • Gym Information

Disclaimer

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.

Installation

Requirements

Run with Poetry

  • poetry install
  • poetry run mywellnezz

Run Manual

  • python -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • cd mywellnezz
  • python main.py

Create binary

  • poetry install
  • poetry run build

Your binary will be in the dist folder.

Contributing

Contributions are welcome! If you'd like to improve the MyWellnezz app, feel free to open a pull request.

License

This project is licensed under the Apache 2.0 License.