Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.02 KB

scratch

Yes, that's the name, I couldn't help myself (><_<>) This is an alt text.

This repository is a CLI (Command Line Interface) to manage your purchased user games from an the awesome indie store 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:

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