An open API service indexing awesome lists of open source software.

https://github.com/javitocor/python-direcory-tree-generator

A Directory Tree Generator for the command line.
https://github.com/javitocor/python-direcory-tree-generator

argparse directory-tree pathlib python

Last synced: 5 months ago
JSON representation

A Directory Tree Generator for the command line.

Awesome Lists containing this project

README

          

# README

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)

# Python Directory Tree Generator

> A Directory Tree Generator for the command line.

Additional description about the project and its features.

## Built With

- PYTHON
- PATHLIB
- ARGPARSE
- GITHUB ACTIONS
- VSCODE

## Getting Started
### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/Python-Direcory-Tree-Generator/archive/development.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:javitocor/Python-Direcory-Tree-Generator.git
```
- Clone with HTTPS
```
https://github.com/javitocor/Python-Direcory-Tree-Generator.git
```
## Options
- Use ´python tree.py´ + ´directory´ in your CLI
- -v, --version show the current version information and exit the application.
- -h, --help show help and usage messages.
- -d, --dir-only generate a directory-only tree and print it into the screen.
- -o, --output-to-markdown generate a tree and save it to a file in markdown format.´(python tree.py + dir + -o output_file.md)´
## Author

👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](https://github.com/javitocor/Python-Direcory-Tree-Generator/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments 🚀

- Python Docs
- Real Python

## 📝 License

This project is [MIT](lic.url) licensed.

[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Python-Direcory-Tree-Generator.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Python-Direcory-Tree-Generator/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Python-Direcory-Tree-Generator.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Python-Direcory-Tree-Generator/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Python-Direcory-Tree-Generator.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Python-Direcory-Tree-Generator/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Python-Direcory-Tree-Generator.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Python-Direcory-Tree-Generator/issuesover: