Metadata-Version: 2.1
Name: voicechangerio
Version: 0.2.0
Summary: VoiceChangerIO is a Python library that provides an interface to the voice transformation functionality of the VoiceChanger.io website. It allows you to apply various voice effects to audio files programmatically using a web browser automation approach.
License: MPL-2.0
Author: Eugene
Author-email: orion25rus@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pydantic (>=2.0,<3.0)
Requires-Dist: selenium (>=4.10.0,<5.0.0)
Description-Content-Type: text/markdown

<a name="readme-top"></a>



<!-- PROJECT SHIELDS -->
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]



<!-- ROADMAP -->
## Roadmap

- [ ] Feature 1
- [ ] Feature 2
- [ ] Feature 3
  - [ ] Nested Feature

See the [open issues](https://github.com/eugconrad/VoiceChangerIO/issues) for a full list of proposed features (and known issues).

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- CONTRIBUTING -->
## 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

<p align="right">(<a href="#readme-top">back to top</a>)</p>



<!-- LICENSE -->
## License

Distributed under the Mozilla Public License 2.0. See `LICENSE.txt` for more information.

<p align="right">(<a href="#readme-top">back to top</a>)</p>




<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/eugconrad/VoiceChangerIO.svg?style=for-the-badge
[contributors-url]: https://github.com/eugconrad/VoiceChangerIO/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/eugconrad/VoiceChangerIO.svg?style=for-the-badge
[forks-url]: https://github.com/eugconrad/VoiceChangerIO/network/members
[stars-shield]: https://img.shields.io/github/stars/eugconrad/VoiceChangerIO.svg?style=for-the-badge
[stars-url]: https://github.com/eugconrad/VoiceChangerIO/stargazers
[issues-shield]: https://img.shields.io/github/issues/eugconrad/VoiceChangerIO.svg?style=for-the-badge
[issues-url]: https://github.com/eugconrad/VoiceChangerIO/issues
[license-shield]: https://img.shields.io/github/license/eugconrad/VoiceChangerIO.svg?style=for-the-badge
[license-url]: https://github.com/eugconrad/VoiceChangerIO/blob/main/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/eugconrad

