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.
-
File Organizer (
file_sorter.py)- Organize files by extensions and other criteria.
- Run it by executing
start().
-
Address Book (
Addressbook.py)- A utility for storing and managing contacts.
- Run it by executing
start().
-
Notebook (
notebook/nb_main.py)- Create, search, and edit notes.
- Run it by executing
nb_main().
-
Calendar (
calend.py)- Use this utility to manage your calendar and events.
- Run it by executing
calend_main().
-
Currency Converter (
exchanger.py)- Currency conversion using an API.
- Run it by executing
ex_main().
-
Clone the Repository
Open a command prompt or terminal and execute the following command to clone the repository:
-
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
-
Follow the Instructions
The utilities will provide you with instructions and execution options while working with them.
You can also install py-delegator using pip as an alternative method. To do this, follow these steps:
-
Install via pip
Open a command prompt or terminal and execute the following command:
- pip install -i https://test.pypi.org/simple/ py-delegator==0.1.9
-
Run the Chosen Utility
After installation is complete, you can run the desired utility from anywhere in your terminal by simply invoking its command.
- Python 3.x
- Python libraries as specified in each individual utility's file.
If you want to contribute to the development of these utilities or report issues, please open issues or create pull requests.
This project is distributed under the MIT License. For more information, see the LICENSE file.