PyAPIReference is a GUI application to generate API References for Python files.
https://patitotective.github.io/PyAPIReference/
Discord server: https://discord.gg/as85Q4GnR6.
- First you will need to clone this repository by pasting this command into your terminal:
git clone https://github.com/Patitotective/PyAPIReferenceIf you don't have git installed download it.
- Then enter to the
PyAPIReferenceinsidePyAPIReferencejust created directory:
cd PyAPIReference/PyAPIReference- Install the requirements:
- Windows:
pip install -r requirements.txt- Linux/MacOS:
pip3 install -r requirements.txt- Now you can run
main.py:
- Windows:
python main.py- Linux/MacOSX:
python3 main.py- Website: https://patitotective.github.io/PyAPIReference/.
- Changelog: https://github.com/Patitotective/PyAPIReference/blob/main/CHANGELOG.md.
- GitHub: https://github.com/Patitotective/PyAPIReference.
- Patitotective:
- Discord: patitotective#0127.
- GitHub: https://github.com/Patitotective.
- Email: cristobalriaga@gmail.com.
- Sharkface:
- Discord: Sharkface#9495.
- GitHub: https://github.com/devp4.


