8000 GitHub - MegumiKatou02/Nericx: Link and listen to music with osu!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MegumiKatou02/Nericx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nericx

Nericx is an application that allows you to back up osu! data (replays, scores, beatmaps, etc.) and integrate with osu! to play music seamlessly.

Download Nericx .

Features

  • Backup and restore osu! data (replays, scores, beatmaps, etc.)
  • Integrate with osu! to play music
  • View osu! profile (beatmaps, pp, recent play, etc.)
  • User-friendly interface

Installation

  1. Clone this repository:
    git clone https://github.com/MegumiKatou02/Nericx.git
    cd Nericx
  2. Install the required dependencies:
    pip install -r requirements.txt
  3. Copy the example configuration file:
    cp config/example.config.py config/config.py
  4. Ensure that you have the necessary additional files:
    • icon.ico

Building the Project

To create a standalone executable, use pyinstaller:

Standard Build:

pyinstaller --onefile --windowed --icon=icon.ico --name "Nericx" \
  --add-data "themes;themes" --add-data "config;config" \
  --add-data "models;models" --add-data "ui;ui" \
  --add-data "utils;utils" --add-data "lib;lib" main.py

Build with Reduced False Positives:

pyinstaller --onefile --windowed --icon=icon.ico --name "Nericx" \
  --add-data "themes;themes" --add-data "config;config" \
  --add-data "models;models" --add-data "ui;ui" \
  --add-data "utils;utils" --add-data "lib;lib" \
  --noupx main.py

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

Contributing

Contributions are welcome! Feel free to open issues and submit pull requests.

Acknowledgments

  • Thanks to the osu! community

  • Thank you, Nerine, for giving me the idea for the name <(")

About

Link and listen to music with osu!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0