Jump to content

BCGM Python: Difference between revisions

From Battle Cats Game Modding Wiki
No edit summary
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

  1. Make sure you have installed Python, you will need version 3.9 or greater.
  2. Run the command:
    py -m pip install -U battle-cats-game-modder
    
    in a shell or command prompt
  3. Do stuff

First tab content goes here.

Second tab content goes here.

Third tab content goes here.