https://github.com/matcool/random-scripts
doesnt work
https://github.com/matcool/random-scripts
Last synced: 4 months ago
JSON representation
doesnt work
- Host: GitHub
- URL: https://github.com/matcool/random-scripts
- Owner: matcool
- Created: 2018-02-28T21:08:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T12:57:45.000Z (about 6 years ago)
- Last Synced: 2024-12-28T16:44:48.710Z (5 months ago)
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# some of my terrible code
### downloadOptifine.py
Downloads and install optifine on chosen MultiMC instance,
needs to be ran in the instances folder.
Needs BeautifulSoup4 to run ( `pip install beautifulsoup4` )#### downloadOptifineGui.pyw
same as above except it has a gui made in wx and you can put the script anywhere### matboard.pyw
nohboard copy but its made on pygame and uses [keyboard](https://github.com/boppreh/keyboard) to get the key presses, to make your own layout just edit the keys array (line 29)### IsMyInternetWorking.py
but on asciimatics### dither.py
floyd dither algorithm but its really slow### imgtobraille.py
i dont even know how this works anymore