https://github.com/J0ddy/HypixelXPCalculator
✨ A program to calculate how much XP you need to reach your goal level made for the Hypixel Network.
https://github.com/J0ddy/HypixelXPCalculator
calculator csharp hypixel windows-forms winforms
Last synced: over 1 year ago
JSON representation
✨ A program to calculate how much XP you need to reach your goal level made for the Hypixel Network.
- Host: GitHub
- URL: https://github.com/J0ddy/HypixelXPCalculator
- Owner: J0ddy
- License: agpl-3.0
- Created: 2021-12-27T15:53:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T19:52:11.000Z (about 4 years ago)
- Last Synced: 2025-03-11T04:52:09.633Z (over 1 year ago)
- Topics: calculator, csharp, hypixel, windows-forms, winforms
- Language: C#
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![AGPL-3.0 license][license-shield]][license-url]
HypixelXPCalculator
A program to calculate how much XP you need to reach your goal level made for the Hypixel Network.
Wiki »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
[![HypixelXPCalculator Screen Shot][product-screenshot]](https://github.com/J0ddy/HypixelXPCalculator)
This program will help you:
* Calculate how many boosters you need to reach a level
* How many boosters you need depending on the player count
* Calculate how many days you need to play to reach a level
A list of commonly used resources that I find helpful are listed in the [acknowledgements](#Acknowledgements).
### Built With
* [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) ([.NET 6](https://dotnet.microsoft.com/en-us/))
## Getting Started
### Installation
1. Download the latest zip file accordingly
2. Extract the contents
3. Execute the .exe file
## Usage
1. Enter your current Hypixel Level.
2. Enter how much XP you need to get to the next level (Found by hovering over "Hypixel Leveling" in your Profile Menu).
3. Enter the the level your want to reach.
4. Click on the "Select EXP Type" button.
5. Select the way you are planning on receiving the experience.
- "Network booster" will show multiple results to cover different player counts (between 60,000 and 110,000 online players).
- When clicking on "Daily EXP" you will be prompted to enter how much xp you're planning to receive in one day. Then click the button again to Submit.
6. Click on "Calculate" to get the results
_For more information, please refer to the [Documentation](https://github.com/J0ddy/HypixelXPCalculator/wiki)_
## Roadmap
See the [open issues](https://github.com/J0ddy/HypixelXPCalculator/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
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
## License
Distributed under the AGPL-3.0 License. See [`LICENSE`](https://github.com/J0ddy/HypixelXPCalculator/blob/master/LICENSE) for more information.
## Contact
Joddy - [Discord](https://r.jod.gg/discord) - me@joddy.dev
Project Link: [https://github.com/J0ddy/HypixelXPCalculator](https://github.com/J0ddy/HypixelXPCalculator)
## Acknowledgements
* [Microsoft Visual Studio](https://visualstudio.microsoft.com/)
* [JetBrains dotUltimate](https://www.jetbrains.com/dotnet/) - [ReSharper Extention](https://www.jetbrains.com/resharper/)
* [Leveling Formula](https://hypixel.net/threads/guide-network-level-equations.3412241/)
* [Img Shields](https://shields.io)
* [Choose an Open Source License](https://choosealicense.com)
* [Icons8](https://icons8.com/)
* [Best-README-Template](https://github.com/othneildrew/Best-README-Template)
## Disclaimer
*We are not affiliated with Hypixel Inc. or Mojang AB*
[contributors-shield]: https://img.shields.io/github/contributors/J0ddy/HypixelXPCalculator.svg?style=for-the-badge
[contributors-url]: https://github.com/J0ddy/HypixelXPCalculator/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/J0ddy/HypixelXPCalculator.svg?style=for-the-badge
[forks-url]: https://github.com/J0ddy/HypixelXPCalculator/network/members
[stars-shield]: https://img.shields.io/github/stars/J0ddy/HypixelXPCalculator.svg?style=for-the-badge
[stars-url]: https://github.com/J0ddy/HypixelXPCalculator/stargazers
[issues-shield]: https://img.shields.io/github/issues/J0ddy/HypixelXPCalculator.svg?style=for-the-badge
[issues-url]: https://github.com/J0ddy/HypixelXPCalculator/issues
[license-shield]: https://img.shields.io/github/license/J0ddy/HypixelXPCalculator.svg?style=for-the-badge
[license-url]: https://github.com/J0ddy/HypixelXPCalculator/blob/master/LICENSE
[product-screenshot]: images/screenshot.png