Skip to content

PyAPIReference is a GUI application to generate API References for Python files.

License

Notifications You must be signed in to change notification settings

pruthvz/PyAPIReference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAPIReference

PyAPIReference logo

PyAPIReference is a GUI application to generate API References for Python files.
https://patitotective.github.io/PyAPIReference/

Discord server: https://discord.gg/as85Q4GnR6.

WORK IN PROGRESS.

Screenshots

Main screenSettings dialog

Test it from source code

  1. First you will need to clone this repository by pasting this command into your terminal:
git clone https://github.com/Patitotective/PyAPIReference

If you don't have git installed download it.

  1. Then enter to the PyAPIReference inside PyAPIReference just created directory:
cd PyAPIReference/PyAPIReference
  1. Install the requirements:
  • Windows:
pip install -r requirements.txt
  • Linux/MacOS:
pip3 install -r requirements.txt
  1. Now you can run main.py:
  • Windows:
python main.py
  • Linux/MacOSX:
python3 main.py

About

About

PyAPIReference is a GUI application to generate API References for Python files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages