Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musatahawar/calendar
This Python script generates a digital calendar with a graphical user interface using the tkinter library. Users can input the desired year and month to display the corresponding calendar.
https://github.com/musatahawar/calendar
Last synced: 5 days ago
JSON representation
This Python script generates a digital calendar with a graphical user interface using the tkinter library. Users can input the desired year and month to display the corresponding calendar.
- Host: GitHub
- URL: https://github.com/musatahawar/calendar
- Owner: MusaTahawar
- License: mit
- Created: 2023-11-19T16:11:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T16:15:54.000Z (about 1 year ago)
- Last Synced: 2024-11-09T17:19:00.108Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital Calendar with Tkinter GUI
This Python script generates a digital calendar with a graphical user interface using the `tkinter` library. Users can input the desired year and month to display the corresponding calendar.
## Getting Started
### Prerequisites
- Python 3.x installed on your system.
### Installing Dependencies
No additional dependencies are required beyond the Python standard library.
## Running the Application
1. Download or clone the repository to your local machine.
2. Open a terminal or command prompt.
3. Navigate to the directory containing the Python script (`digital_calendar.py`).
4. Run the script using the following command:```
python digital_calendar.py
```5. The GUI window will open, allowing you to input the year and month.
## Usage
- Enter the desired year in the provided entry field.
- Enter the month as a number (1-12) in the respective entry field.
- Click the "Show Calendar" button to display the calendar for the specified month and year.
- The generated calendar will be shown in the text area within the GUI.## Author
[Musa Tahawar]
## License
This project is licensed under the [License Name] License - see the [LICENSE](LICENSE) file for details.