Web App for cleaning, searching, editing, and navigating Python code.
Project description
CodéNav
Web App for cleaning, searching, editing, and navigating Python code.
Install
pip install codenav
Usage
- "cd" to directory containing Python code
- "codenav" command in terminal
- App will open automatically in current browser
1. Click on folder name to expand or contract the tree
2. OR click on caret-down to expand or contract the tree
3. Click on file to open contents in a tab
4. Click on x to close tab
5. Click on pencil button to edit the current file
6. Click in tab window and start editing
7. Add new line ' print("extra printout here") '
8. Click on Save button
9. Click run button to run the current file
10. Stop a script while it is running with "Stop" button
11. Click on 🔎 Search Code Content to search all code in the current directory
12. Type one or more search terms
13. Click on Open Snip to open the function or class with the most matches
14. Click on Open File button to open the entire file containing the snip
15. Click on New Tab button to create empty tab
16. Click "Up Folder" button to travel up one folder
17. Edit the path textbox to change the current directory
18. Click on "Clean File" button to run cleandoc on current file tab
Read The Docs
Download "docs" folder or check preview.
Contributing
Message me on Github.
License
Copyright:
(c) 2023, Jason Krist
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codenav-0.0.3.tar.gz
(95.3 kB
view details)
Built Distribution
codenav-0.0.3-py3-none-any.whl
(111.8 kB
view details)