Skip to main content

Cyberpunk 2077 hairstyle changer

Project description

cp77_hairdresser

A python lib for changing hairstyle in Cyberpunk 2077.

Creating a package for PIP

First, edit the version in setup.py.

python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository testpypi dist/* #for test pypi
python3 -m twine upload --repository pypi dist/* #for pypi

Installation (for users)

  • Install Python3 (64 bit, enable "Add to PATH" checkbox during install)
pip install pyqt5
pip install cp77_hairdresser

Running the program

To run GUI, execute

python3 -m cp77_hairdresser.editor_gui

There is also script version of the program. To run it, execute

python3 -m cp77_hairdresser.editor

Use -h flag to display help information on how to use the script version.

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

cp77_hairdresser-0.1.1.tar.gz (83.2 MB view hashes)

Uploaded Source

Built Distribution

cp77_hairdresser-0.1.1-py3-none-any.whl (83.2 MB 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