Skip to content

This project contains a set of console utilities that you can use for various tasks such as note creation, file organization, currency conversion and more.

License

Notifications You must be signed in to change notification settings

paulmusquaro/PyDelegator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_delegator

First Team Project

This repository contains a set of console utilities that you can use for various tasks such as note creation, file organization, currency conversion, calendar management, and many more. Each utility has its own instruction file and detailed description below.

Utilities

  1. File Organizer (file_sorter.py)

    • Organize files by extensions and other criteria.
    • Run it by executing start().
  2. Address Book (Addressbook.py)

    • A utility for storing and managing contacts.
    • Run it by executing start().
  3. Notebook (notebook/nb_main.py)

    • Create, search, and edit notes.
    • Run it by executing nb_main().
  4. Calendar (calend.py)

    • Use this utility to manage your calendar and events.
    • Run it by executing calend_main().
  5. Currency Converter (exchanger.py)

    • Currency conversion using an API.
    • Run it by executing ex_main().

Usage Instructions

  1. Clone the Repository

    Open a command prompt or terminal and execute the following command to clone the repository:

  2. Run the Chosen Utility

    Navigate to the folder with the desired utility and execute the respective file using Python with the following commands:

    • cd py_delegator
    • python calend.py
  3. Follow the Instructions

    The utilities will provide you with instructions and execution options while working with them.

Installation via pip

You can also install py-delegator using pip as an alternative method. To do this, follow these steps:

  1. Install via pip

    Open a command prompt or terminal and execute the following command:

  2. Run the Chosen Utility

    After installation is complete, you can run the desired utility from anywhere in your terminal by simply invoking its command.

Requirements

  • Python 3.x
  • Python libraries as specified in each individual utility's file.

Contribution

If you want to contribute to the development of these utilities or report issues, please open issues or create pull requests.

License

This project is distributed under the MIT License. For more information, see the LICENSE file.

About

This project contains a set of console utilities that you can use for various tasks such as note creation, file organization, currency conversion and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages