- "Currency analysis" - allows you to monitor currency data, weekly.
- Allows you to add weeks.
- Allows you to copy weeks.
- Allows you to add currency information.
- Allows you to change currency information.
- Allows you to display statistics.
- Allows you to display the distribution of currencies.
- Allows you to save all information in a separate *.json
- A practice while learning.
- Visualization is carried out by means of data output to the console.
- The programme does not have a graphical interface.
- Folder name: currency_analysis
- Files in a folder:
currency_analysis.py
anddata.json
- Files in a folder:
- On the repository page сlick the
Code
button in the top right corner. A menu will pop up in which you need to selectDownload ZIP
. - Save and extract the folder to any convenient location.
Rank | Languages |
---|---|
1 | Python |
- "Credit wallet" - is an imitation of the work of a credit wallet.
- There are different levels of credit cards.
- A practice while learning.
- Visualization is carried out by means of data output to the console.
- The programme does not have a graphical interface.
- File name: cred_wallet.py
- Click the
Code
button in the top right corner. A menu will pop up in which you need to selectDownload ZIP
. - Save and extract the folder to any convenient location.
Rank | Languages |
---|---|
1 | Python |
- "Password generator" - program for creating unique passwords from letters, numbers and symbols.
- You can set the password length.
- A practice while learning.
- Visualization is carried out by means of data output to the console.
- The programme does not have a graphical interface.
- File name: pass_gen.py
- Click the
Code
button in the top right corner. A menu will pop up in which you need to selectDownload ZIP
. - Save and extract the folder to any convenient location.
Rank | Languages |
---|---|
1 | Python |
- "Password manager" - program for writing and storing passwords from web sites.
- Allows you to add a password.
- Allows you to generate a password (two difficulty levels to choose from).
- Allows you to find the password.
- Allows you to find duplicate passwords.
- Allows you to change the password.
- Allows you to remove the password.
- Allows you to save all information in a separate *.json
- A practice while learning.
- Visualization is carried out by means of data output to the console.
- The programme does not have a graphical interface.
- Folder name: pass_manage
- Files in a folder:
pass_manage.py
anduser.json
- Files in a folder:
- On the repository page сlick the
Code
button in the top right corner. A menu will pop up in which you need to selectDownload ZIP
. - Save and extract the folder to any convenient location.
Rank | Languages |
---|---|
1 | Python |
- "BobCodBot" - This is a smart telegram bot that can do a lot.
- Lets you know the current weather
- Let you know the world's entertainment news
- Allows you to search for images
- Allows you to use search engines
- Allows you to exchange currencies at the current rate
- Ability to translate the entered text from English into Russian (NEW!)
- A practice while learning.
- Interaction with the bot and displaying information is carried out directly in the "Telegram" application.
- Folder name: bobcod_bot
- Files in a folder:
bobcod_bot.py
,extensions.py
andcfg.py
- Files in a folder:
- On the repository page сlick the
Code
button in the top right corner. A menu will pop up in which you need to selectDownload ZIP
. - Save and extract the folder to any convenient location.
Rank | Languages |
---|---|
1 | Python |
- "CryptossoBot" - This is a telegram bot that can count cryptocurrency in another currency.
- Сan convert one cryptocurrency to another.
- A practice while learning.
- Interaction with the bot and displaying information is carried out directly in the "Telegram" application.
- Folder name: cryptosso_bot
- Files in a folder:
сryptosso_bot.py
,extensions.py
andcfg.py
- Files in a folder:
- On the repository page сlick the
Code
button in the top right corner. A menu will pop up in which you need to selectDownload ZIP
. - Save and extract the folder to any convenient location.
Rank | Languages |
---|---|
1 | Python |
- "Ex_Changer_Bot" - This is a telegram bot that calculates exchange rates.
- Able to count one currency into another.
- A practice while learning.
- Interaction with the bot and displaying information is carried out directly in the "Telegram" application.
- Folder name: exch_bot
- Files in a folder:
exch_bot.py
,extensions.py
andconfig.py
- Files in a folder:
- On the repository page сlick the
Code
button in the top right corner. A menu will pop up in which you need to selectDownload ZIP
. - Save and extract the folder to any convenient location.
Rank | Languages |
---|---|
1 | Python |