- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Usage
        William edited this page Sep 12, 2022 
        ·
        5 revisions
      
    To install PyWorkout you can use an executable package (Windows), run the scripts through Python (Windows, macOS, Linux), install from the Python Package Index, or run a Docker container from GitHub Packages.
- To run the executable package, download the latest .zipfile from GitHub Releases page.
- Extract the .zipfile using a program like 7-Zip.
- (Optional) Move the files to C:\Program Filesand create a shortcut.
- Double click on send.exe.
- Enjoy the program!
- To run the Python script, download the latest source code release from GitHub Releases page.
- Download and install Python.
- Extract the source code files using a program like 7-Zip.
- Double click on send.py, or right-click and open with IDLE and pressF5.
- Enjoy the program!
- Download and install Python.
- Open a terminal and run the command: pip install pyworkout.
- Start the program by running the command: pyworkout.
- Enjoy the program!
- Download and install Docker.
- Open a terminal and pull the container: docker pull ghcr.io/dog-face-development/pyworkout:main.
- Start the container: docker run -i -t ghcr.io/dog-face-development/pyworkout:main python main.py.
- Enjoy the program!
Want to make a change? Open an issue!
Want a basic overview? Read the README.
Want to download the project? Head to the Releases page.
Want to start contributing? Open an Issue or a Pull Request.