Skip to content

HegemonStudio/Hosu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hosu

Hosu is a thumbnail generator for osu!. Built in Python with a flexible architecture based on Layout, Renderer, Variables and OsuAPI.


Requirements

  • Python 3.11+
  • Git (to work with the repository)
  • pip

Setup

# 1. Clone the repository
git clone https://github.com/HegemonStudio/Hosu.git
cd Hosu

# 2. Create a virtual environment
python -m venv .venv/

# 3. Activate the environment
  # Linux
source .venv/bin/active
  # Windows (PowerShell)
.venv\Scripts\activate

# 4. Install required packages
pip install python-dotenv Pillow requests colorama rosu_pp_py

Run

(.venv) python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages