Contributors Forks Stargazers Issues GNUv3 License

Logo

CSGOEARN

Earn balance and get skins while you’re AFK! Explore the docs »

Website · Report Bug · Request Feature

Getting Started

There’s two ways of installing CSGOEARN. Running a pre-compiled version, or running it from the source.

Prerequisites

A version of Google Chrome or Chromium is currently required.

Installation

Pre-compiled

  1. Download the latest version at CSGOEARN-DEV/cdn
  2. Run the .exe file

Source

  1. Clone the repo

    git clone https://github.com/CSGOEARN-DEV/csgoearn
  2. Change the directory to /src

    cd ./src
  3. Install pip modules

    pip install -r requirements.txt
  4. Run main.py

    python main.py

Compiling

If you want to compile the source yourself. You can do this using pyinstaller.

  1. Install pyinstaller
    pip install pyinstaller
  2. Run pyinstaller
    pyinstaller --clean --onefile main.py

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contributors

All our contributors get a special noticed here. ❤️

License

Distributed under the GNUv3 License. See LICENSE for more information.

Contact

Discord server

GitHub

View Github