Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franciscod/p8dl
PICO-8 cartridge downloader
https://github.com/franciscod/p8dl
Last synced: 6 days ago
JSON representation
PICO-8 cartridge downloader
- Host: GitHub
- URL: https://github.com/franciscod/p8dl
- Owner: franciscod
- License: gpl-3.0
- Created: 2015-11-19T03:06:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T15:03:29.000Z (about 7 years ago)
- Last Synced: 2024-10-07T15:15:11.473Z (about 1 month ago)
- Language: Python
- Size: 14.6 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-PICO-8 - p8dl - Carts Downloader - Python - Downloads cartridges into the correct folder (looks at your config.txt). (Uncategorized / Uncategorized)
README
# p8dl
[PICO-8](http://www.lexaloffle.com/pico-8.php) cartridge downloaderThis should work on Windows, OS X and Linux.
## installing
Requires Python and pip!
For installing it to the Python user install directory for your platform:
```
pip install --user p8dl
```If you want to install as root (not advised) or inside a virtualenv, you can drop the `--user` flag.
## usage
In your terminal:
```
p8dl 10022 # gets you Hug Arena!
```Then, in PICO-8:
```
> LOAD 10022
LOADED 10022.P8.PNG (15258 CHARS
)
> RUN
```