Skip to main content

League of Legends STIM Module

Project description

LOL STIM

League of Legends Statistics Tracker and Improvement Manager

STIM is an app to use to help monitor and improve your LOL gameplay. Get it today! Source Code: "https://github.com/ben-covert2020/STIM_Module"




USER GUIDE:


Enter "bEANS47" as the username for real data


For WINDOWS users

Installing with pip:

py -m pip install STIM_Module


Once the program is installed, run the program with:

lolstats


Uninstall the package:

py -m pip uninstall -y STIM_Module



Windows Dev Commands from source code

Build the project:

py -m build


Upload to TestPyPi with Twine:

twine upload --repository testpypi dist/*


Install from TestPyPI with pip:

py -m pip install --index-url https://test.pypi.org/simple/ --no-deps STIM_Module


Upload to PyPi with Twine:

twine upload dist/*


Quickly rebuild application to test code and CLI changes:

py -m pip uninstall -y STIM_Module && py -m build && py -m pip install dist/STIM_Module-1.0.0-py3-none-any.whl





For UNIX/macOS users

Installing with pip:

python3 -m pip install STIM_Module


Once the program is installed, RUN the program with:

lolstats


Uninstall the package:

python3 -m pip uninstall -y STIM_Module


UNIX/macOS Dev Commands from source code

Build the project

python3 -m build


Upload to TestPyPi with Twine:

twine upload --repository testpypi dist/*


Install from TestPyPI with pip:

python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps STIM_Module


Upload to PyPi with Twine:

twine upload dist/*


Quickly rebuild application to test code and CLI changes

python3 -m pip uninstall -y STIM_Module && python3 -m build && python3 -m pip install dist/STIM_Module-1.0.0-py3-none-any.whl




Also check the makefile for these common scripts

DEV NOTES

For local script install, make sure to add this path in wsl

export PATH="$HOME/.local/bin:$PATH"

Using BumpVer to control automatic version numbers

Usage:

version_pattern = "MAJOR.MINOR.PATCH"

Automatic increment: bumpver update {--major/--minor/--patch}

Do I need -n? Otherwise I have to log into GitHub

Add --dry to see what changes to make sure everything works, check pyproject.toml to ensure each file changes properly

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

STIM_Module-1.0.0.tar.gz (59.7 kB view hashes)

Uploaded Source

Built Distribution

STIM_Module-1.0.0-py3-none-any.whl (58.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page