First tab content goes here.
BCGM Python: Difference between revisions
Appearance
Fieryhenry (talk | contribs) No edit summary |
Fieryhenry (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
BCGM_Python is a tool made by [[User:Fieryhenry|fieryhenry]] which can be accessed via [https://codeberg.org/fieryhenry/BCGM-Python Codeberg]. | BCGM_Python is a basic command line tool made by [[User:Fieryhenry|fieryhenry]] which can be accessed via [https://codeberg.org/fieryhenry/BCGM-Python Codeberg]. | ||
== Installing == | |||
# Make sure you have installed [https://www.python.org/downloads/ Python], you will need version 3.9 or greater. | |||
# Run the command: <syntaxhighlight lang="shell" line>py -m pip install -U battle-cats-game-modder</syntaxhighlight> in a shell or command prompt | |||
# Do stuff | |||
<tabber> | |||
|-|First Tab Title= | |||
First tab content goes here. | |||
|-|Second Tab Title= | |||
Second tab content goes here. | |||
|-|Third Tab Title= | |||
Third tab content goes here. | |||
</tabber> | |||
Revision as of 18:33, 5 September 2025
BCGM_Python is a basic command line tool made by fieryhenry which can be accessed via Codeberg.
Installing
- Make sure you have installed Python, you will need version 3.9 or greater.
- Run the command: in a shell or command prompt
py -m pip install -U battle-cats-game-modder
- Do stuff
Second tab content goes here.
Third tab content goes here.