Skip to content

Latest commit

 

History

History

python_pxlslog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

PxlsLog

Python script for log extraction from pxls.place pixels logs

Timelapse example from C72 canvas on osu! faction

osuExample


Disclamer ⚠️

The code is not foolproof at all. If your synthaxe isn't as desired the script will crash or behave randomly !


Setting up the log key file

You need to create a log_key.txt file where you have to place your log key as detailled below : You can place multiple log keys if you want to merge placemap of different users

1  Log_key_1	(One log key per line)
2  Log_key_2
3  #00FF00	(Allow to set the color of the following log_key to #00FF00 (green) on the heatmap,
		without #color the default #FF0000 is used)
4  Log_key_3
    ...
N  Log_key_N

Help to get your placemap/placegraph and do timelapses

Normal behavior prompt

user:~$ ./pxlslog.py (or :~$ python3 ./pxlslog.py)

Warning : You'll need a 'users_keys.txt' file contaning at least one log key (one per line).     
If multiple log keys are written the placemap will contain the pxls of all the log keys.

Enter .sanit.log path without extention: ./path/to/pxls_place_logs
Enter inital canvas path without extention: ./path/to/initial_canvas
Enter key log file path without extention: ./path/to/log_keys
Enter placemap path+filename without extenion: ./path/to/output_placemap
Do you want to show full canvas (take a very long time) (yes|no): no (if yes: ignore logkey and parse the whole canvas)
Timelapse (yes|no): no
Finished hashing logkey #1 !
Finished hashing logkey #2 !
Heatmap color changed to #00FF00
Finished hashing logkey #3 !
...
Finished hashing logkey #N !
Finished hashing !
Finished extract !
Drawing pxls : 100.000%
Finished drawing !
Total number of pixels placed: nb_of_pixels
Total number of undos: nb_of_undos

Timelapse behavior prompt

user:~$ ./pxlslog.py (or :~$ python3 ./pxlslog.py)

Warning : You'll need a 'users_keys.txt' file contaning at least one log key (one per line).     
If multiple log keys are written the placemap will contain the pxls of all the log keys.

Enter .sanit.log path without extention: ./path/to/pxls_place_logs
Enter inital canvas path without extention: ./path/to/initial_canvas
Enter key log file path without extention: ./path/to/log_keys
Enter placemap path+filename without extenion: ./path/to/output_placemap
Do you want to show full canvas (take a very long time) (yes|no): no (if yes: ignore logkey and parse the whole canvas)
Timelapse (yes|no): yes
Heatmap mode (yes|no*): yes|no
Overlay mode (yes|no*): yes|no (**only in heatmap mode**)
Enter timelapse crop area (x,y,x+offx,y+offy): (example: 5,200,500,700)
Enter date & time of timelapse start (%Y-%m-%d %H:%M:%S): (example: 2023-09-25 22:00:00)
Enter duration of timelapse (in sec): (example: 3600)
Enter interval between frames (in sec): (example: 30)
Enter gif filename: ./path/to/output_gif
Finished hashing logkey #1 !
Finished hashing logkey #2 !
Heatmap color changed to #00FF00
Finished hashing logkey #3 !
...
Finished hashing logkey #N !
Finished hashing !
Finished extract !
Drawing pxls : 100.000%
Finished drawing !
Total number of pixels placed: nb_of_pixels
Total number of undos: nb_of_undos