Skip to content

A weekend project... on the third day, I made it user-friendly.

License

Notifications You must be signed in to change notification settings

Aeonitis/scratch

Repository files navigation

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

About

A weekend project... on the third day, I made it user-friendly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages