Skip to content

A python utility to enable/disable skills in the 4 main txt files that the C Skill System uses.

License

Notifications You must be signed in to change notification settings

JesterWizard/Skill-Enabler-CSkillSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skill-Enabler-CSkillSystem

A python utility to enable/disable skills in the 4 main txt files that the C Skill System uses.

Install instructions

Download and install Python (this is the specific version I used, but later shouldn't matter)

Download and install the following python package

  • pip install PySide6

Features

  • Light/Dark mode
  • Grid/List for skills
  • Display skill categories in a Tab/List format
  • Save/Load different profiles
  • Randomize skills
  • Clear/Save selected skills
  • Skill selection counter
  • Fade out unselected skills when the limit is reached
  • Search for specific skills
  • Sort skills A-Z or Z-A
  • Icon support

How to use

  • Run python skill_toggle_gui.py

Preview images

Demo screenshot

Demo screenshot

Demo screenshot

Generate an EXE on your own

  • Install PyInstaller
  • Run pyinstaller --onefile --windowed your_script.py This will generate one file in your OS's architecture

About

A python utility to enable/disable skills in the 4 main txt files that the C Skill System uses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages