https://github.com/aeonitis/scratch
A weekend project... on the third day, I made it user-friendly.
https://github.com/aeonitis/scratch
Last synced: 3 months ago
JSON representation
A weekend project... on the third day, I made it user-friendly.
- Host: GitHub
- URL: https://github.com/aeonitis/scratch
- Owner: Aeonitis
- License: apache-2.0
- Created: 2024-06-10T15:40:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T22:30:03.000Z (about 2 years ago)
- Last Synced: 2025-03-10T17:26:10.581Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scratch
Yes, that's the name, I couldn't help myself (><_<>)

This repository is a CLI (Command Line Interface) to manage your purchased user games from an the awesome indie store [itch.io](https://itch.io). Please note that depending on the size of your library the amount of time for setup may even take up to 20 minutes.
There are only three main scripts in this repository:
- `_setup.py` for setting up your library.
- `_query.py` for querying your library.
- `_scratch.py` for managing your titles.
## Prerequisites
Before running the scripts, your computer MAY need the following:
- Python 3.8 or later
- `requests` library installed
- `beautifulsoup4` library installed
- a user which ran python scripts before
You can install the required libraries using pip:
```bash
pip install -r requirements.txt
```
## TODO
- Multithreading for faster setup
- Better setup for optimal SQL Queries
- And much more...
# Regrets
Not calling this SCRATCHME.md