Skip to content
View anotherdirtbag's full-sized avatar

Block or report anotherdirtbag

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pkmn_teams pkmn_teams Public

    Pokemon Team Combinations Calculator

    Python

  2. A python 3 script to read the text f... A python 3 script to read the text from an epub file using either online(google wavenet) or offline (sapi) tts and save as a series of opus files.
    1
    import os
    2
    import sys
    3
    import zipfile
    4
    import time
    5
    import re
  3. Working example of Mozilla TTS tacot... Working example of Mozilla TTS tacotron2+wavernn
    1
    #following instructions from https://github.com/mozilla/TTS/blob/master/notebooks/Benchmark.ipynb
    2
    
                  
    3
    #%load_ext autoreload
    4
    #%autoreload 2
    5
    import os
  4. python script that allows parsing, e... python script that allows parsing, editing, and saving Stellaris by Paradox config .txt files
    1
    import os
    2
    import re
    3
    
                  
    4
    
                  
    5
    def main():