Edit bluestacks.conf with pandas
Project description
Edit bluestacks.conf with pandas
pip install a-pandas-ex-bstcfg2df
Tested against BlueStacks 5.10
from a_pandas_ex_bstcfg2df import get_bst_config_df, write_df_to_bstcfg
df = get_bst_config_df(conffile=r"C:\ProgramData\BlueStacks_nxt\bluestacks.conf")
print(df)
"""
aa_key_1 aa_key_2 ... aa_values aa_values_stripped
0 bst bluestacks_account_id ... ""
1 bst campaign_hash ... ""
2 bst campaign_name ... ""
3 bst custom_resolutions ... ""
4 bst feedback_popup_ignored_apps ... ""
.. ... ... ... ... ...
687 bst instance ... "52383" 52383
688 bst instance ... "52383" 52383
689 bst instance ... "52383" 52383
690 bst instance ... "52383" 52383
691 bst instance ... "54468" 54468
[692 rows x 7 columns]
"""
write_df_to_bstcfg(
df,
conffile=r"C:\ProgramData\BlueStacks_nxt\bluestacks.conf",
value_column="aa_values",
)
write_df_to_bstcfg(
df,
conffile=r"C:\ProgramData\BlueStacks_nxt\bluestacks.conf",
value_column="aa_values_stripped",
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file a_pandas_ex_bstcfg2df-0.10.tar.gz
.
File metadata
- Download URL: a_pandas_ex_bstcfg2df-0.10.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2261fc23fea4dc6b37bd5af3da76031fa37a06f051ae92337d67ab06beb264fc |
|
MD5 | 3451699030ce15180c33a8da61be916b |
|
BLAKE2b-256 | 5ee2036d45c1c92f3e015fc1434a8d8e95f4068b379a9159825f05aa0c85d05c |
File details
Details for the file a_pandas_ex_bstcfg2df-0.10-py3-none-any.whl
.
File metadata
- Download URL: a_pandas_ex_bstcfg2df-0.10-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d55f3f7a1ccd4354ab50877ae1244c93d28a845c57343035e29113579ed7bfd3 |
|
MD5 | 2c76f6059163f4fd94b36236b84af807 |
|
BLAKE2b-256 | 8c5414d7606d36d2da32fe05f91375f79c45d6f7d0aada67c3bbd0973a08ce56 |